C# Class Microsoft.Scripting.Generation.TypeGen

Mostrar archivo Open project: jschementi/iron Class Usage Examples

Private Properties

Property Type Description
ToString string

Public Methods

Method Description
AddStaticField ( Type fieldType, FieldAttributes attributes, string name ) : FieldBuilder
AddStaticField ( Type fieldType, string name ) : FieldBuilder
DefineExplicitInterfaceImplementation ( MethodInfo baseMethod ) : ILGen
DefineMethodOverride ( MethodInfo baseMethod ) : ILGen
FinishType ( ) : Type
TypeGen ( Microsoft.Scripting.Generation.AssemblyGen myAssembly, TypeBuilder myType ) : System

Private Methods

Method Description
ToString ( ) : string

Method Details

AddStaticField() public method

public AddStaticField ( Type fieldType, FieldAttributes attributes, string name ) : FieldBuilder
fieldType System.Type
attributes FieldAttributes
name string
return System.Reflection.Emit.FieldBuilder

AddStaticField() public method

public AddStaticField ( Type fieldType, string name ) : FieldBuilder
fieldType System.Type
name string
return System.Reflection.Emit.FieldBuilder

DefineExplicitInterfaceImplementation() public method

public DefineExplicitInterfaceImplementation ( MethodInfo baseMethod ) : ILGen
baseMethod System.Reflection.MethodInfo
return ILGen

DefineMethodOverride() public method

public DefineMethodOverride ( MethodInfo baseMethod ) : ILGen
baseMethod System.Reflection.MethodInfo
return ILGen

FinishType() public method

public FinishType ( ) : Type
return System.Type

TypeGen() public method

public TypeGen ( Microsoft.Scripting.Generation.AssemblyGen myAssembly, TypeBuilder myType ) : System
myAssembly Microsoft.Scripting.Generation.AssemblyGen
myType System.Reflection.Emit.TypeBuilder
return System