C# 클래스 Mono.Cecil.Mixin

파일 보기 프로젝트 열기: jbevain/cecil 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CheckName() 공개 정적인 메소드

public static CheckName ( string name ) : void
name string
리턴 void

CheckedResolve() 공개 정적인 메소드

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

CompressMetadataToken() 공개 정적인 메소드

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

GetMdbFileName() 공개 정적인 메소드

public static GetMdbFileName ( string assemblyFileName ) : string
assemblyFileName string
리턴 string

GetMetadataToken() 공개 정적인 메소드

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

GetPdbFileName() 공개 정적인 메소드

public static GetPdbFileName ( string assemblyFileName ) : string
assemblyFileName string
리턴 string

GetSentinelPosition() 공개 정적인 메소드

public static GetSentinelPosition ( this self ) : int
self this
리턴 int

GetSize() 공개 정적인 메소드

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

IsPrimitive() 공개 정적인 메소드

public static IsPrimitive ( this self ) : bool
self this
리턴 bool

IsTypeOf() 공개 정적인 메소드

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

IsTypeSpecification() 공개 정적인 메소드

public static IsTypeSpecification ( this type ) : bool
type this
리턴 bool

IsVarArg() 공개 정적인 메소드

public static IsVarArg ( this self ) : bool
self this
리턴 bool

ReadCompressedUInt32() 공개 정적인 메소드

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

TypeFullName() 공개 정적인 메소드

public static TypeFullName ( this self ) : string
self this
리턴 string