C# Класс UnitWrappers.System.Reflection.AssemblyWrap

Наследование: IAssembly
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

AssemblyWrap() публичный Метод

Initializes a new instance of the T:UnitWrappers.System.Reflection.AssemblyWrap class.
public AssemblyWrap ( Assembly assembly ) : System
assembly System.Reflection.Assembly Assembly object.
Результат System

CreateInstance() публичный Метод

public CreateInstance ( string typeName ) : object
typeName string
Результат object

CreateInstance() публичный Метод

public CreateInstance ( string typeName, bool ignoreCase ) : object
typeName string
ignoreCase bool
Результат object

CreateInstance() публичный Метод

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
Результат object

Equals() публичный Метод

public Equals ( object obj ) : bool
obj object
Результат bool

GetCustomAttributes() публичный Метод

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType System.Type
inherit bool
Результат object[]

GetCustomAttributes() публичный Метод

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
Результат object[]

GetExportedTypes() публичный Метод

public GetExportedTypes ( ) : System.Type[]
Результат System.Type[]

GetFile() публичный Метод

public GetFile ( string name ) : FileStreamBase
name string
Результат UnitWrappers.System.IO.FileStreamBase

GetFiles() публичный Метод

public GetFiles ( ) : UnitWrappers.System.IO.FileStreamBase[]
Результат UnitWrappers.System.IO.FileStreamBase[]

GetFiles() публичный Метод

public GetFiles ( bool getResourceModules ) : UnitWrappers.System.IO.FileStreamBase[]
getResourceModules bool
Результат UnitWrappers.System.IO.FileStreamBase[]

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

GetName() публичный Метод

public GetName ( ) : IAssemblyName
Результат IAssemblyName

GetObjectData() публичный Метод

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат void

GetReferencedAssemblies() публичный Метод

public GetReferencedAssemblies ( ) : IAssemblyName[]
Результат IAssemblyName[]

IsDefined() публичный Метод

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType System.Type
inherit bool
Результат bool