C# 클래스 IKVM.Reflection.Fusion

파일 보기 프로젝트 열기: mono/ikvm-fork 1 사용 예제들

비공개 메소드들

메소드 설명
CompareAssemblyIdentity ( string pwzAssemblyIdentity1, bool fUnified1, string pwzAssemblyIdentity2, bool fUnified2, bool &pfEquivalent, AssemblyComparisonResult &pResult ) : int
CompareAssemblyIdentityNative ( string assemblyIdentity1, bool unified1, string assemblyIdentity2, bool unified2, AssemblyComparisonResult &result ) : bool
CompareAssemblyIdentityPure ( string assemblyIdentity1, bool unified1, string assemblyIdentity2, bool unified2, AssemblyComparisonResult &result ) : bool
GetRemappedPublicKeyToken ( ParsedAssemblyName &name, System.Version version ) : string
IsFrameworkAssembly ( ParsedAssemblyName name ) : bool
IsPartial ( ParsedAssemblyName name, System.Version version ) : bool
IsStrongNamed ( ParsedAssemblyName name ) : bool
ParseAssemblyName ( string fullName, ParsedAssemblyName &parsedName ) : ParseAssemblyResult
ParseAssemblySimpleName ( string fullName, int &pos, string &simpleName ) : ParseAssemblyResult
ParseCulture ( string str, string &culture ) : bool
ParsePublicKey ( string str, string &publicKeyToken ) : bool
ParsePublicKeyToken ( string str, string &publicKeyToken ) : bool
ParseVersion ( string str, System.Version &version ) : bool
TryConsume ( string fullName, char ch, int &pos ) : bool
TryParse ( string fullName, int &pos, string &value ) : bool
TryParseAssemblyAttribute ( string fullName, int &pos, string &key, string &value ) : bool