C# Class Mono.Cecil.Mixin

Mostra file Open project: jbevain/cecil Class Usage Examples

Public Methods

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 counter ) : int
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

Method Details

CheckName() public static method

public static CheckName ( string name ) : void
name string
return void

CheckedResolve() public static method

public static CheckedResolve ( this self ) : Mono.Cecil.TypeDefinition
self this
return Mono.Cecil.TypeDefinition

CompressMetadataToken() public static method

public static CompressMetadataToken ( this self, Mono.Cecil.MetadataToken token ) : uint
self this
token Mono.Cecil.MetadataToken
return uint

GetMdbFileName() public static method

public static GetMdbFileName ( string assemblyFileName ) : string
assemblyFileName string
return string

GetMetadataToken() public static method

public static GetMetadataToken ( this self, uint data ) : Mono.Cecil.MetadataToken
self this
data uint
return Mono.Cecil.MetadataToken

GetPdbFileName() public static method

public static GetPdbFileName ( string assemblyFileName ) : string
assemblyFileName string
return string

GetSentinelPosition() public static method

public static GetSentinelPosition ( this self ) : int
self this
return int

GetSize() public static method

public static GetSize ( this self, int>.Func counter ) : int
self this
counter int>.Func
return int

IsPrimitive() public static method

public static IsPrimitive ( this self ) : bool
self this
return bool

IsTypeOf() public static method

public static IsTypeOf ( this self, string @namespace, string name ) : bool
self this
@namespace string
name string
return bool

IsTypeSpecification() public static method

public static IsTypeSpecification ( this type ) : bool
type this
return bool

IsVarArg() public static method

public static IsVarArg ( this self ) : bool
self this
return bool

ReadCompressedUInt32() public static method

public static ReadCompressedUInt32 ( this data, int &position ) : uint
data this
position int
return uint

TypeFullName() public static method

public static TypeFullName ( this self ) : string
self this
return string