System.Reflection.Emit

  Portable.NET  
 

System.Reflection.Emit Namespace

 
 

<< PrevUpNext >>

 
 
Classes
 · AssemblyBuilder
 · ConstructorBuilder
 · CustomAttributeBuilder
 · EnumBuilder
 · EventBuilder
 · FieldBuilder
 · ILGenerator
 · LocalBuilder
 · MethodBuilder
 · MethodRental
 · ModuleBuilder
 · ParameterBuilder
 · PropertyBuilder
 · SignatureHelper
 · TypeBuilder

There are 15 incomplete classes in this namespace

In total we are missing :

  0 constructors, 31 methods, 0 fields, 0 properties, and 0 events.
 
  
 
 
 

System.Reflection.Emit.AssemblyBuilder

Status : should implement System.Runtime.InteropServices._AssemblyBuilder, but does not
Method Summary
System.Void AddResourceFile(System.String name, System.String fileName)TODO
System.Void AddResourceFile(System.String name, System.String fileName, System.Reflection.ResourceAttributes attribute)TODO
System.Resources.IResourceWriter DefineResource(System.String name, System.String description, System.String fileName)TODO
System.Resources.IResourceWriter DefineResource(System.String name, System.String description, System.String fileName, System.Reflection.ResourceAttributes attribute)TODO
System.Void DefineUnmanagedResource(System.Byte[] resource)TODO
System.Void DefineUnmanagedResource(System.String resourceFileName)TODO
System.Void DefineVersionInfoResource(System.String product, System.String productVersion, System.String company, System.String copyright, System.String trademark)TODO
System.Void DefineVersionInfoResource()TODO
System.Type[] GetExportedTypes()TODO
System.IO.FileStream GetFile(System.String name)TODO
System.IO.FileStream[] GetFiles(System.Boolean getResourceModules)TODO
System.Reflection.ManifestResourceInfo GetManifestResourceInfo(System.String resourceName)TODO
System.IO.Stream GetManifestResourceStream(System.Type type, System.String name)TODO
System.IO.Stream GetManifestResourceStream(System.String name)TODO
System.Void Save(System.String assemblyFileName)TODO

 
  
 
 
 

System.Reflection.Emit.ConstructorBuilder

Status : should implement System.Runtime.InteropServices._ConstructorBuilder, but does not

 
  
 
 
 

System.Reflection.Emit.CustomAttributeBuilder

Status : should implement System.Runtime.InteropServices._CustomAttributeBuilder, but does not

 
  
 
 
 

System.Reflection.Emit.EnumBuilder

Status : should implement System.Runtime.InteropServices._EnumBuilder, but does not

 
  
 
 
 

System.Reflection.Emit.EventBuilder

Status : should implement System.Runtime.InteropServices._EventBuilder, but does not

 
  
 
 
 

System.Reflection.Emit.FieldBuilder

Status : should implement System.Runtime.InteropServices._FieldBuilder, but does not

 
  
 
 
 

System.Reflection.Emit.ILGenerator

Status : should implement System.Runtime.InteropServices._ILGenerator, but does not

 
  
 
 
 

System.Reflection.Emit.LocalBuilder

Status : should implement System.Runtime.InteropServices._LocalBuilder, but does not

 
  
 
 
 

System.Reflection.Emit.MethodBuilder

Status : should implement System.Runtime.InteropServices._MethodBuilder, but does not

 
  
 
 
 

System.Reflection.Emit.MethodRental

Status : should implement System.Runtime.InteropServices._MethodRental, but does not

 
  
 
 
 

System.Reflection.Emit.ModuleBuilder

Status : should implement System.Runtime.InteropServices._ModuleBuilder, but does not
Method Summary
System.Diagnostics.SymbolStore.ISymbolDocumentWriter DefineDocument(System.String url, System.Guid language, System.Guid languageVendor, System.Guid documentType)TODO
System.Void DefineManifestResource(System.String name, System.IO.Stream stream, System.Reflection.ResourceAttributes attribute)Missing
System.Resources.IResourceWriter DefineResource(System.String name, System.String description, System.Reflection.ResourceAttributes attribute)TODO
System.Void DefineUnmanagedResource(System.Byte[] resource)TODO
System.Void DefineUnmanagedResource(System.String resourceFileName)TODO
System.Reflection.MethodInfo GetArrayMethod(System.Type arrayClass, System.String methodName, System.Reflection.CallingConventions callingConvention, System.Type returnType, System.Type[] parameterTypes)TODO
System.Reflection.Emit.MethodToken GetArrayMethodToken(System.Type arrayClass, System.String methodName, System.Reflection.CallingConventions callingConvention, System.Type returnType, System.Type[] parameterTypes)TODO
System.Reflection.Emit.SignatureToken GetSignatureToken(System.Reflection.Emit.SignatureHelper sigHelper)TODO
System.Reflection.Emit.SignatureToken GetSignatureToken(System.Byte[] sigBytes, System.Int32 sigLength)TODO
System.Diagnostics.SymbolStore.ISymbolWriter GetSymWriter()TODO
System.Type[] GetTypes()TODO
System.Void SetCustomAttribute(System.Reflection.ConstructorInfo con, System.Byte[] binaryAttribute)TODO
System.Void SetCustomAttribute(System.Reflection.Emit.CustomAttributeBuilder customBuilder)TODO
System.Void SetSymCustomAttribute(System.String name, System.Byte[] data)TODO
System.Void SetUserEntryPoint(System.Reflection.MethodInfo entryPoint)TODO

 
  
 
 
 

System.Reflection.Emit.ParameterBuilder

Status : should implement System.Runtime.InteropServices._ParameterBuilder, but does not

 
  
 
 
 

System.Reflection.Emit.PropertyBuilder

Status : should implement System.Runtime.InteropServices._PropertyBuilder, but does not

 
  
 
 
 

System.Reflection.Emit.SignatureHelper

Status : should implement System.Runtime.InteropServices._SignatureHelper, but does not

 
  
 
 
 

System.Reflection.Emit.TypeBuilder

Status : should implement System.Runtime.InteropServices._TypeBuilder, but does not
Method Summary
System.Boolean IsAssignableFrom(System.Type c)TODO

 
 


 
 

This document is licensed under the GNU FDL.
Last Updated on 5-11-2007

Visit http://www.dotgnu.org for more details

[Powered by Free Software] [Graphics by Gimp] [Powered by GNU]
Maintained by Gopal.V