C# 클래스 Microsoft.Cci.DummyInternFactory

상속: Dummy, IInternFactory
파일 보기 프로젝트 열기: visualmutator/visualmutator

공개 메소드들

메소드 설명
GetAssemblyInternedKey ( Microsoft.Cci.AssemblyIdentity assemblyIdentity ) : uint
GetFieldInternedKey ( IFieldReference fieldReference ) : uint
GetFunctionPointerTypeReferenceInternedKey ( CallingConvention callingConvention, IEnumerable parameters, IEnumerable extraArgumentTypes, IEnumerable returnValueCustomModifiers, bool returnValueIsByRef, ITypeReference returnType ) : uint
GetGenericMethodParameterReferenceInternedKey ( IMethodReference definingMethodReference, int index ) : uint
GetGenericTypeInstanceReferenceInternedKey ( ITypeReference genericTypeReference, IEnumerable genericArguments ) : uint
GetGenericTypeParameterReferenceInternedKey ( ITypeReference definingTypeReference, int index ) : uint
GetManagedPointerTypeReferenceInternedKey ( ITypeReference targetTypeReference ) : uint
GetMatrixTypeReferenceInternedKey ( ITypeReference elementTypeReference, int rank, IEnumerable sizes, IEnumerable lowerBounds ) : uint
GetMethodInternedKey ( IMethodReference methodReference ) : uint
GetModifiedTypeReferenceInternedKey ( ITypeReference typeReference, IEnumerable customModifiers ) : uint
GetModuleInternedKey ( Microsoft.Cci.ModuleIdentity moduleIdentity ) : uint
GetNamespaceTypeReferenceInternedKey ( IUnitNamespaceReference containingUnitNamespace, IName typeName, uint genericParameterCount ) : uint
GetNestedTypeReferenceInternedKey ( ITypeReference containingTypeReference, IName typeName, uint genericParameterCount ) : uint
GetPointerTypeReferenceInternedKey ( ITypeReference targetTypeReference ) : uint
GetTypeReferenceInternedKey ( ITypeReference typeReference ) : uint
GetVectorTypeReferenceInternedKey ( ITypeReference elementTypeReference ) : uint

메소드 상세

GetAssemblyInternedKey() 공개 메소드

public GetAssemblyInternedKey ( Microsoft.Cci.AssemblyIdentity assemblyIdentity ) : uint
assemblyIdentity Microsoft.Cci.AssemblyIdentity
리턴 uint

GetFieldInternedKey() 공개 메소드

public GetFieldInternedKey ( IFieldReference fieldReference ) : uint
fieldReference IFieldReference
리턴 uint

GetFunctionPointerTypeReferenceInternedKey() 공개 메소드

public GetFunctionPointerTypeReferenceInternedKey ( CallingConvention callingConvention, IEnumerable parameters, IEnumerable extraArgumentTypes, IEnumerable returnValueCustomModifiers, bool returnValueIsByRef, ITypeReference returnType ) : uint
callingConvention CallingConvention
parameters IEnumerable
extraArgumentTypes IEnumerable
returnValueCustomModifiers IEnumerable
returnValueIsByRef bool
returnType ITypeReference
리턴 uint

GetGenericMethodParameterReferenceInternedKey() 공개 메소드

public GetGenericMethodParameterReferenceInternedKey ( IMethodReference definingMethodReference, int index ) : uint
definingMethodReference IMethodReference
index int
리턴 uint

GetGenericTypeInstanceReferenceInternedKey() 공개 메소드

public GetGenericTypeInstanceReferenceInternedKey ( ITypeReference genericTypeReference, IEnumerable genericArguments ) : uint
genericTypeReference ITypeReference
genericArguments IEnumerable
리턴 uint

GetGenericTypeParameterReferenceInternedKey() 공개 메소드

public GetGenericTypeParameterReferenceInternedKey ( ITypeReference definingTypeReference, int index ) : uint
definingTypeReference ITypeReference
index int
리턴 uint

GetManagedPointerTypeReferenceInternedKey() 공개 메소드

public GetManagedPointerTypeReferenceInternedKey ( ITypeReference targetTypeReference ) : uint
targetTypeReference ITypeReference
리턴 uint

GetMatrixTypeReferenceInternedKey() 공개 메소드

public GetMatrixTypeReferenceInternedKey ( ITypeReference elementTypeReference, int rank, IEnumerable sizes, IEnumerable lowerBounds ) : uint
elementTypeReference ITypeReference
rank int
sizes IEnumerable
lowerBounds IEnumerable
리턴 uint

GetMethodInternedKey() 공개 메소드

public GetMethodInternedKey ( IMethodReference methodReference ) : uint
methodReference IMethodReference
리턴 uint

GetModifiedTypeReferenceInternedKey() 공개 메소드

public GetModifiedTypeReferenceInternedKey ( ITypeReference typeReference, IEnumerable customModifiers ) : uint
typeReference ITypeReference
customModifiers IEnumerable
리턴 uint

GetModuleInternedKey() 공개 메소드

public GetModuleInternedKey ( Microsoft.Cci.ModuleIdentity moduleIdentity ) : uint
moduleIdentity Microsoft.Cci.ModuleIdentity
리턴 uint

GetNamespaceTypeReferenceInternedKey() 공개 메소드

public GetNamespaceTypeReferenceInternedKey ( IUnitNamespaceReference containingUnitNamespace, IName typeName, uint genericParameterCount ) : uint
containingUnitNamespace IUnitNamespaceReference
typeName IName
genericParameterCount uint
리턴 uint

GetNestedTypeReferenceInternedKey() 공개 메소드

public GetNestedTypeReferenceInternedKey ( ITypeReference containingTypeReference, IName typeName, uint genericParameterCount ) : uint
containingTypeReference ITypeReference
typeName IName
genericParameterCount uint
리턴 uint

GetPointerTypeReferenceInternedKey() 공개 메소드

public GetPointerTypeReferenceInternedKey ( ITypeReference targetTypeReference ) : uint
targetTypeReference ITypeReference
리턴 uint

GetTypeReferenceInternedKey() 공개 메소드

public GetTypeReferenceInternedKey ( ITypeReference typeReference ) : uint
typeReference ITypeReference
리턴 uint

GetVectorTypeReferenceInternedKey() 공개 메소드

public GetVectorTypeReferenceInternedKey ( ITypeReference elementTypeReference ) : uint
elementTypeReference ITypeReference
리턴 uint