C# Class IKVM.Reflection.Fusion

Show file Open project: mono/ikvm-fork Class Usage Examples

Private Methods

Method Description
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