C# Class Mono.Cecil.Mixin

Afficher le fichier Open project: jbevain/cecil Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static CheckName ( string name ) : void
name string
Résultat void

CheckedResolve() public static méthode

public static CheckedResolve ( this self ) : Mono.Cecil.TypeDefinition
self this
Résultat Mono.Cecil.TypeDefinition

CompressMetadataToken() public static méthode

public static CompressMetadataToken ( this self, Mono.Cecil.MetadataToken token ) : uint
self this
token Mono.Cecil.MetadataToken
Résultat uint

GetMdbFileName() public static méthode

public static GetMdbFileName ( string assemblyFileName ) : string
assemblyFileName string
Résultat string

GetMetadataToken() public static méthode

public static GetMetadataToken ( this self, uint data ) : Mono.Cecil.MetadataToken
self this
data uint
Résultat Mono.Cecil.MetadataToken

GetPdbFileName() public static méthode

public static GetPdbFileName ( string assemblyFileName ) : string
assemblyFileName string
Résultat string

GetSentinelPosition() public static méthode

public static GetSentinelPosition ( this self ) : int
self this
Résultat int

GetSize() public static méthode

public static GetSize ( this self, int>.Func counter ) : int
self this
counter int>.Func
Résultat int

IsPrimitive() public static méthode

public static IsPrimitive ( this self ) : bool
self this
Résultat bool

IsTypeOf() public static méthode

public static IsTypeOf ( this self, string @namespace, string name ) : bool
self this
@namespace string
name string
Résultat bool

IsTypeSpecification() public static méthode

public static IsTypeSpecification ( this type ) : bool
type this
Résultat bool

IsVarArg() public static méthode

public static IsVarArg ( this self ) : bool
self this
Résultat bool

ReadCompressedUInt32() public static méthode

public static ReadCompressedUInt32 ( this data, int &position ) : uint
data this
position int
Résultat uint

TypeFullName() public static méthode

public static TypeFullName ( this self ) : string
self this
Résultat string