Method | Description | |
---|---|---|
AssemblyWrap ( |
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, |
||
Equals ( object obj ) : bool | ||
GetCustomAttributes ( |
||
GetCustomAttributes ( bool inherit ) : object[] | ||
GetExportedTypes ( ) : System.Type[] | ||
GetFile ( string name ) : |
||
GetFiles ( ) : UnitWrappers.System.IO.FileStreamBase[] | ||
GetFiles ( bool getResourceModules ) : UnitWrappers.System.IO.FileStreamBase[] | ||
GetHashCode ( ) : int | ||
GetName ( ) : IAssemblyName | ||
GetObjectData ( |
||
GetReferencedAssemblies ( ) : IAssemblyName[] | ||
IsDefined ( |
public AssemblyWrap ( |
||
assembly | Assembly object. | |
return | System |
public CreateInstance ( string typeName ) : object | ||
typeName | string | |
return | object |
public CreateInstance ( string typeName, bool ignoreCase ) : object | ||
typeName | string | |
ignoreCase | bool | |
return | object |
public CreateInstance ( string typeName, bool ignoreCase, BindingFlags bindingAttr, |
||
typeName | string | |
ignoreCase | bool | |
bindingAttr | BindingFlags | |
binder | ||
args | object | |
culture | ||
activationAttributes | object | |
return | object |
public GetCustomAttributes ( |
||
attributeType | ||
inherit | bool | |
return | object[] |
public GetCustomAttributes ( bool inherit ) : object[] | ||
inherit | bool | |
return | object[] |
public GetFile ( string name ) : |
||
name | string | |
return |
public GetFiles ( ) : UnitWrappers.System.IO.FileStreamBase[] | ||
return | UnitWrappers.System.IO.FileStreamBase[] |
public GetFiles ( bool getResourceModules ) : UnitWrappers.System.IO.FileStreamBase[] | ||
getResourceModules | bool | |
return | UnitWrappers.System.IO.FileStreamBase[] |
public GetObjectData ( |
||
info | ||
context | ||
return | void |
public GetReferencedAssemblies ( ) : IAssemblyName[] | ||
return | IAssemblyName[] |
public IsDefined ( |
||
attributeType | ||
inherit | bool | |
return | bool |