C# Class io.IoCLRAssembly

Inheritance: IoObject
ファイルを表示 Open project: devaspot/io Class Usage Examples

Public Properties

Property Type Description
assembly System.Reflection.Assembly
assemblyName string
assemblyNamespaces System.Collections.Hashtable
assemblyTypes System.Type[]

Public Methods

Method Description
IoCLRAssembly ( ) : System
IoCLRAssembly ( IoState state, string name ) : System
createObject ( IoState state ) : IoCLRAssembly
createProto ( IoState state ) : IoCLRAssembly
proto ( IoState state ) : IoObject
slotNamespaces ( IoObject target, IoObject locals, IoObject message ) : IoObject

Method Details

IoCLRAssembly() public method

public IoCLRAssembly ( ) : System
return System

IoCLRAssembly() public method

public IoCLRAssembly ( IoState state, string name ) : System
state IoState
name string
return System

createObject() public static method

public static createObject ( IoState state ) : IoCLRAssembly
state IoState
return IoCLRAssembly

createProto() public static method

public static createProto ( IoState state ) : IoCLRAssembly
state IoState
return IoCLRAssembly

proto() public method

public proto ( IoState state ) : IoObject
state IoState
return IoObject

slotNamespaces() public static method

public static slotNamespaces ( IoObject target, IoObject locals, IoObject message ) : IoObject
target IoObject
locals IoObject
message IoObject
return IoObject

Property Details

assembly public_oe property

public Assembly,System.Reflection assembly
return System.Reflection.Assembly

assemblyName public_oe property

public string assemblyName
return string

assemblyNamespaces public_oe property

public Hashtable,System.Collections assemblyNamespaces
return System.Collections.Hashtable

assemblyTypes public_oe property

public Type[],System assemblyTypes
return System.Type[]