Method | Description | |
---|---|---|
CheckName ( string name ) : void | ||
CheckedResolve ( this self ) : Mono.Cecil.TypeDefinition | ||
CompressMetadataToken ( this self, Mono.Cecil.MetadataToken token ) : uint | ||
GetMdbFileName ( string assemblyFileName ) : string | ||
GetMetadataToken ( this self, uint data ) : Mono.Cecil.MetadataToken | ||
GetPdbFileName ( string assemblyFileName ) : string | ||
GetSentinelPosition ( this self ) : int | ||
GetSize ( this self, int>.Func |
||
IsPrimitive ( this self ) : bool | ||
IsTypeOf ( this self, string @namespace, string name ) : bool | ||
IsTypeSpecification ( this type ) : bool | ||
IsVarArg ( this self ) : bool | ||
ReadCompressedUInt32 ( this data, int &position ) : uint | ||
TypeFullName ( this self ) : string |
public static CheckName ( string name ) : void | ||
name | string | |
return | void |
public static CheckedResolve ( this self ) : Mono.Cecil.TypeDefinition | ||
self | this | |
return | Mono.Cecil.TypeDefinition |
public static CompressMetadataToken ( this self, Mono.Cecil.MetadataToken token ) : uint | ||
self | this | |
token | Mono.Cecil.MetadataToken | |
return | uint |
public static GetMdbFileName ( string assemblyFileName ) : string | ||
assemblyFileName | string | |
return | string |
public static GetMetadataToken ( this self, uint data ) : Mono.Cecil.MetadataToken | ||
self | this | |
data | uint | |
return | Mono.Cecil.MetadataToken |
public static GetPdbFileName ( string assemblyFileName ) : string | ||
assemblyFileName | string | |
return | string |
public static GetSentinelPosition ( this self ) : int | ||
self | this | |
return | int |
public static GetSize ( this self, int>.Func |
||
self | this | |
counter | int>.Func | |
return | int |
public static IsPrimitive ( this self ) : bool | ||
self | this | |
return | bool |
public static IsTypeOf ( this self, string @namespace, string name ) : bool | ||
self | this | |
@namespace | string | |
name | string | |
return | bool |
public static IsTypeSpecification ( this type ) : bool | ||
type | this | |
return | bool |
public static ReadCompressedUInt32 ( this data, int &position ) : uint | ||
data | this | |
position | int | |
return | uint |
public static TypeFullName ( this self ) : string | ||
self | this | |
return | string |