Interface ISystemType
Represents type declarations.
Namespace: AssemblyLoaderTypes
Assembly: AssemblyLoaderTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("81F303D7-B5B4-461F-A6D4-451D68C26F25")]
public interface ISystemType
Properties
FullName
The fully qualified name of the type, including its namespace but not its assembly
Declaration
string FullName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
GetMethod(string)
An object that represents the public method with the specified name, if found; otherwise, null.
Declaration
IMethodInfo GetMethod(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name |
Returns
| Type | Description |
|---|---|
| IMethodInfo |