package cs.system.runtime.interopservices
implemented by Assembly
Available on csread only CodeBase:String
read only EntryPoint:MethodInfo
read only EscapedCodeBase:String
read only Evidence:Evidence
read only FullName:String
read only GlobalAssemblyCache:Bool
read only Location:String
CreateInstance (typeName:String):Dynamic
CreateInstance (typeName:String, ignoreCase:Bool, bindingAttr:BindingFlags, binder:Binder, args:NativeArray<Dynamic>, culture:CultureInfo, activationAttributes:NativeArray<Dynamic>):Dynamic
CreateInstance (typeName:String, ignoreCase:Bool):Dynamic
GetCustomAttributes (attributeType:Type, inherit:Bool):NativeArray<Dynamic>
GetCustomAttributes (inherit:Bool):NativeArray<Dynamic>
GetExportedTypes ():NativeArray<Type>
GetFile (name:String):FileStream
GetFiles ():NativeArray<FileStream>
GetFiles (getResourceModules:Bool):NativeArray<FileStream>
GetLoadedModules ():NativeArray<Module>
GetLoadedModules (getResourceModules:Bool):NativeArray<Module>
GetManifestResourceInfo (resourceName:String):ManifestResourceInfo
GetManifestResourceNames ():NativeArray<String>
GetManifestResourceStream (type:Type, name:String):Stream
GetManifestResourceStream (name:String):Stream
GetModule (name:String):Module
GetModules ():NativeArray<Module>
GetModules (getResourceModules:Bool):NativeArray<Module>
GetName ():AssemblyName
GetName (copiedName:Bool):AssemblyName
GetObjectData (info:SerializationInfo, context:StreamingContext):Void
GetReferencedAssemblies ():NativeArray<AssemblyName>
GetSatelliteAssembly (culture:CultureInfo):Assembly
GetSatelliteAssembly (culture:CultureInfo, version:Version):Assembly
GetType ():Type
GetType (name:String, throwOnError:Bool, ignoreCase:Bool):Type
GetType (name:String, throwOnError:Bool):Type
GetType (name:String):Type
GetTypes ():NativeArray<Type>
IsDefined (attributeType:Type, inherit:Bool):Bool
LoadModule (moduleName:String, rawModule:NativeArray<UInt8>):Module
LoadModule (moduleName:String, rawModule:NativeArray<UInt8>, rawSymbolStore:NativeArray<UInt8>):Module
ToString ():String
add_ModuleResolve (value:ModuleResolveEventHandler):Void
remove_ModuleResolve (value:ModuleResolveEventHandler):Void
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/cs/system/runtime/interopservices/_Assembly.html