C# Class UnitWrappers.System.Reflection.AssemblyWrap

Inheritance: IAssembly
Afficher le fichier Open project: OpenSharp/UnitWrappers

Méthodes publiques

Méthode Description
AssemblyWrap ( Assembly assembly ) : System

Initializes a new instance of the T:UnitWrappers.System.Reflection.AssemblyWrap class.

CreateInstance ( string typeName ) : object
CreateInstance ( string typeName, bool ignoreCase ) : object
CreateInstance ( string typeName, bool ignoreCase, BindingFlags bindingAttr, Binder binder, object args, CultureInfo culture, object activationAttributes ) : object
Equals ( object obj ) : bool
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
GetExportedTypes ( ) : System.Type[]
GetFile ( string name ) : FileStreamBase
GetFiles ( ) : UnitWrappers.System.IO.FileStreamBase[]
GetFiles ( bool getResourceModules ) : UnitWrappers.System.IO.FileStreamBase[]
GetHashCode ( ) : int
GetName ( ) : IAssemblyName
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetReferencedAssemblies ( ) : IAssemblyName[]
IsDefined ( Type attributeType, bool inherit ) : bool

Method Details

AssemblyWrap() public méthode

Initializes a new instance of the T:UnitWrappers.System.Reflection.AssemblyWrap class.
public AssemblyWrap ( Assembly assembly ) : System
assembly System.Reflection.Assembly Assembly object.
Résultat System

CreateInstance() public méthode

public CreateInstance ( string typeName ) : object
typeName string
Résultat object

CreateInstance() public méthode

public CreateInstance ( string typeName, bool ignoreCase ) : object
typeName string
ignoreCase bool
Résultat object

CreateInstance() public méthode

public CreateInstance ( string typeName, bool ignoreCase, BindingFlags bindingAttr, Binder binder, object args, CultureInfo culture, object activationAttributes ) : object
typeName string
ignoreCase bool
bindingAttr BindingFlags
binder System.Reflection.Binder
args object
culture System.Globalization.CultureInfo
activationAttributes object
Résultat object

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetCustomAttributes() public méthode

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType System.Type
inherit bool
Résultat object[]

GetCustomAttributes() public méthode

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
Résultat object[]

GetExportedTypes() public méthode

public GetExportedTypes ( ) : System.Type[]
Résultat System.Type[]

GetFile() public méthode

public GetFile ( string name ) : FileStreamBase
name string
Résultat UnitWrappers.System.IO.FileStreamBase

GetFiles() public méthode

public GetFiles ( ) : UnitWrappers.System.IO.FileStreamBase[]
Résultat UnitWrappers.System.IO.FileStreamBase[]

GetFiles() public méthode

public GetFiles ( bool getResourceModules ) : UnitWrappers.System.IO.FileStreamBase[]
getResourceModules bool
Résultat UnitWrappers.System.IO.FileStreamBase[]

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetName() public méthode

public GetName ( ) : IAssemblyName
Résultat IAssemblyName

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

GetReferencedAssemblies() public méthode

public GetReferencedAssemblies ( ) : IAssemblyName[]
Résultat IAssemblyName[]

IsDefined() public méthode

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType System.Type
inherit bool
Résultat bool