mscorlib.cs
上传用户:jnxxjx
上传日期:2015-03-08
资源大小:3388k
文件大小:1463k
- Void TypeNAssembly();
- }
- class System.Runtime.Serialization.Formatters.Binary.ObjectWriter : System.Object
- {
- Class System.Collections.Queue m_objectQueue;
- Class System.Runtime.Serialization.ObjectIDGenerator m_idGenerator;
- I4 m_currentId;
- Class System.IO.Stream m_stream;
- Class System.Runtime.Serialization.ISurrogateSelector m_surrogates;
- ValueClass System.Runtime.Serialization.StreamingContext m_context;
- Class System.Runtime.Serialization.Formatters.Binary.__BinaryWriter serWriter;
- I8 topId;
- String topName;
- SZArray Class System.Runtime.Remoting.Messaging.Header headers;
- Class System.Runtime.Serialization.Formatters.Binary.InternalFE formatterEnums;
- Class System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit serObjectInfoInit;
- Class System.Runtime.Serialization.IFormatterConverter m_formatterConverter;
- String headerNameSpaceName;
- String headerNameSpace;
- SZArray Object crossAppDomainArray;
- Class System.Collections.ArrayList internalCrossAppDomainArray;
- Boolean bIsCrossAppDomain;
- Boolean bIsCrossAppDomainInit;
- Object previousObj;
- I8 previousId;
- Class System.Type previousType;
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE previousCode;
- Class System.Collections.Hashtable assemblyToIdTable;
- Class System.Runtime.Serialization.Formatters.Binary.SerStack niPool;
- Void System.Runtime.Serialization.Formatters.Binary.ObjectWriter( Class System.IO.Stream stream, Class System.Runtime.Serialization.ISurrogateSelector selector, ValueClass System.Runtime.Serialization.StreamingContext context, Class System.Runtime.Serialization.Formatters.Binary.InternalFE formatterEnums);
- Void Serialize( Object graph, SZArray Class System.Runtime.Remoting.Messaging.Header inHeaders, Class System.Runtime.Serialization.Formatters.Binary.__BinaryWriter serWriter, Boolean fCheck);
- SZArray Object WriteMethodCall( Class System.Runtime.Remoting.Messaging.IMethodCallMessage mcm);
- SZArray Object WriteMethodReturn( Class System.Runtime.Remoting.Messaging.IMethodReturnMessage mrm);
- SZArray Object StoreUserPropertiesForMethodMessage( Class System.Runtime.Remoting.Messaging.IMethodMessage msg);
- Boolean IsCrossAppDomain();
- I4 CrossAppDomainArrayAdd( Object obj);
- Void Write( Class System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo objectInfo, Class System.Runtime.Serialization.Formatters.Binary.NameInfo memberNameInfo, Class System.Runtime.Serialization.Formatters.Binary.NameInfo typeNameInfo);
- Void Write( Class System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo objectInfo, Class System.Runtime.Serialization.Formatters.Binary.NameInfo memberNameInfo, Class System.Runtime.Serialization.Formatters.Binary.NameInfo typeNameInfo, SZArray String memberNames, SZArray Class System.Type memberTypes, SZArray Object memberData, SZArray Class System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo memberObjectInfos);
- Void WriteMemberSetup( Class System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo objectInfo, Class System.Runtime.Serialization.Formatters.Binary.NameInfo memberNameInfo, Class System.Runtime.Serialization.Formatters.Binary.NameInfo typeNameInfo, String memberName, Class System.Type memberType, Object memberData, Class System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo memberObjectInfo);
- Void WriteMembers( Class System.Runtime.Serialization.Formatters.Binary.NameInfo memberNameInfo, Class System.Runtime.Serialization.Formatters.Binary.NameInfo memberTypeNameInfo, Object memberData, Class System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo objectInfo, Class System.Runtime.Serialization.Formatters.Binary.NameInfo typeNameInfo, Class System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo memberObjectInfo);
- Void WriteArray( Class System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo objectInfo, Class System.Runtime.Serialization.Formatters.Binary.NameInfo memberNameInfo, Class System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo memberObjectInfo);
- Void WriteArrayMember( Class System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo objectInfo, Class System.Runtime.Serialization.Formatters.Binary.NameInfo arrayElemTypeNameInfo, Object data);
- Void WriteRectangle( Class System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo objectInfo, I4 rank, SZArray I4 maxA, Class System.Array array, Class System.Runtime.Serialization.Formatters.Binary.NameInfo arrayElemNameTypeInfo, SZArray I4 lowerBoundA);
- Void IndexTraceMessage( String message, SZArray I4 index);
- Object GetNext( ByRef I8 objID);
- I8 InternalGetId( Object obj, Boolean assignUniqueIdToValueType, Class System.Type type, ByRef Boolean isNew);
- I8 Schedule( Object obj, Boolean assignUniqueIdToValueType, Class System.Type type);
- I8 Schedule( Object obj, Boolean assignUniqueIdToValueType, Class System.Type type, Class System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo objectInfo);
- Boolean WriteKnownValueClass( Class System.Runtime.Serialization.Formatters.Binary.NameInfo memberNameInfo, Class System.Runtime.Serialization.Formatters.Binary.NameInfo typeNameInfo, Object data);
- Void WriteObjectRef( Class System.Runtime.Serialization.Formatters.Binary.NameInfo nameInfo, I8 objectId);
- Void WriteString( Class System.Runtime.Serialization.Formatters.Binary.NameInfo memberNameInfo, Class System.Runtime.Serialization.Formatters.Binary.NameInfo typeNameInfo, Object stringObject);
- Boolean CheckForNull( Class System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo objectInfo, Class System.Runtime.Serialization.Formatters.Binary.NameInfo memberNameInfo, Class System.Runtime.Serialization.Formatters.Binary.NameInfo typeNameInfo, Object data);
- Void WriteSerializedStreamHeader( I8 topId, I8 headerId);
- Class System.Runtime.Serialization.Formatters.Binary.NameInfo TypeToNameInfo( Class System.Type type, Class System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo objectInfo, ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE code, Class System.Runtime.Serialization.Formatters.Binary.NameInfo nameInfo);
- Class System.Runtime.Serialization.Formatters.Binary.NameInfo TypeToNameInfo( Class System.Type type);
- Class System.Runtime.Serialization.Formatters.Binary.NameInfo TypeToNameInfo( Class System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo objectInfo);
- Class System.Runtime.Serialization.Formatters.Binary.NameInfo TypeToNameInfo( Class System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo objectInfo, Class System.Runtime.Serialization.Formatters.Binary.NameInfo nameInfo);
- Void TypeToNameInfo( Class System.Type type, Class System.Runtime.Serialization.Formatters.Binary.NameInfo nameInfo);
- Class System.Runtime.Serialization.Formatters.Binary.NameInfo ArrayTypeToNameInfo( Class System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo objectInfo, ByRef Class System.Runtime.Serialization.Formatters.Binary.NameInfo arrayElemTypeNameInfo);
- Class System.Runtime.Serialization.Formatters.Binary.NameInfo MemberToNameInfo( String name);
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE ToCode( Class System.Type type);
- I8 GetAssemblyId( Class System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo objectInfo);
- Class System.Type GetType( Object obj);
- Class System.Runtime.Serialization.Formatters.Binary.NameInfo GetNameInfo();
- Boolean CheckTypeFormat( ValueClass System.Runtime.Serialization.Formatters.FormatterTypeStyle test, ValueClass System.Runtime.Serialization.Formatters.FormatterTypeStyle want);
- Void PutNameInfo( Class System.Runtime.Serialization.Formatters.Binary.NameInfo nameInfo);
- }
- class System.Runtime.Serialization.Formatters.Binary.Converter : System.Object
- {
- I4 primitiveTypeEnumLength;
- SZArray Class System.Type typeA;
- SZArray Class System.Type arrayTypeA;
- SZArray String valueA;
- SZArray ValueClass System.TypeCode typeCodeA;
- SZArray ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE codeA;
- Class System.Type typeofISerializable;
- Class System.Type typeofString;
- Class System.Type typeofConverter;
- Class System.Type typeofBoolean;
- Class System.Type typeofByte;
- Class System.Type typeofChar;
- Class System.Type typeofDecimal;
- Class System.Type typeofDouble;
- Class System.Type typeofInt16;
- Class System.Type typeofInt32;
- Class System.Type typeofInt64;
- Class System.Type typeofSByte;
- Class System.Type typeofSingle;
- Class System.Type typeofTimeSpan;
- Class System.Type typeofDateTime;
- Class System.Type typeofUInt16;
- Class System.Type typeofUInt32;
- Class System.Type typeofUInt64;
- Class System.Type typeofObject;
- Class System.Type typeofSystemVoid;
- Class System.Reflection.Assembly urtAssembly;
- String urtAssemblyString;
- Class System.Type typeofTypeArray;
- Class System.Type typeofObjectArray;
- Class System.Type typeofStringArray;
- Class System.Type typeofBooleanArray;
- Class System.Type typeofByteArray;
- Class System.Type typeofCharArray;
- Class System.Type typeofDecimalArray;
- Class System.Type typeofDoubleArray;
- Class System.Type typeofInt16Array;
- Class System.Type typeofInt32Array;
- Class System.Type typeofInt64Array;
- Class System.Type typeofSByteArray;
- Class System.Type typeofSingleArray;
- Class System.Type typeofTimeSpanArray;
- Class System.Type typeofDateTimeArray;
- Class System.Type typeofUInt16Array;
- Class System.Type typeofUInt32Array;
- Class System.Type typeofUInt64Array;
- Class System.Type typeofMarshalByRefObject;
- Void System.Runtime.Serialization.Formatters.Binary.Converter();
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE ToCode( Class System.Type type);
- Boolean IsWriteAsByteArray( ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE code);
- I4 TypeLength( ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE code);
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalNameSpaceE GetNameSpaceEnum( ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE code, Class System.Type type, Class System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo objectInfo, ByRef String typeName);
- Class System.Type ToArrayType( ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE code);
- Void InitTypeA();
- Void InitArrayTypeA();
- Class System.Type ToType( ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE code);
- Class System.Array CreatePrimitiveArray( ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE code, I4 length);
- Boolean IsPrimitiveArray( Class System.Type type, ByRef Object typeInformation);
- Void InitValueA();
- String ToComType( ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE code);
- Void InitTypeCodeA();
- ValueClass System.TypeCode ToTypeCode( ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE code);
- Void InitCodeA();
- ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE ToPrimitiveTypeEnum( ValueClass System.TypeCode typeCode);
- Object FromString( String value, ValueClass System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE code);
- Void System.Runtime.Serialization.Formatters.Binary.Converter();
- }
- class System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo : System.Object
- {
- I4 objectInfoId;
- Object obj;
- Class System.Type objectType;
- Boolean isSi;
- Boolean isNamed;
- Boolean isTyped;
- Boolean isArray;
- Class System.Runtime.Serialization.SerializationInfo si;
- Class System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache cache;
- SZArray Object memberData;
- Class System.Runtime.Serialization.ISerializationSurrogate serializationSurrogate;
- ValueClass System.Runtime.Serialization.StreamingContext context;
- Class System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit serObjectInfoInit;
- I8 objectId;
- I8 assemId;
- Void System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo();
- Void ObjectEnd();
- Void InternalInit();
- Class System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo Serialize( Object obj, Class System.Runtime.Serialization.ISurrogateSelector surrogateSelector, ValueClass System.Runtime.Serialization.StreamingContext context, Class System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit serObjectInfoInit, Class System.Runtime.Serialization.IFormatterConverter converter);
- Void InitSerialize( Object obj, Class System.Runtime.Serialization.ISurrogateSelector surrogateSelector, ValueClass System.Runtime.Serialization.StreamingContext context, Class System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit serObjectInfoInit, Class System.Runtime.Serialization.IFormatterConverter converter);
- Void DumpMemberInfo();
- Class System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo Serialize( Class System.Type objectType, Class System.Runtime.Serialization.ISurrogateSelector surrogateSelector, ValueClass System.Runtime.Serialization.StreamingContext context, Class System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit serObjectInfoInit, Class System.Runtime.Serialization.IFormatterConverter converter);
- Void InitSerialize( Class System.Type objectType, Class System.Runtime.Serialization.ISurrogateSelector surrogateSelector, ValueClass System.Runtime.Serialization.StreamingContext context, Class System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit serObjectInfoInit, Class System.Runtime.Serialization.IFormatterConverter converter);
- Void InitSiWrite();
- Void InitNoMembers();
- Void InitMemberInfo();
- String GetTypeFullName();
- String GetAssemblyString();
- Class System.Type GetMemberType( Class System.Reflection.MemberInfo objMember);
- Void GetMemberInfo( ByRef SZArray String outMemberNames, ByRef SZArray Class System.Type outMemberTypes, ByRef SZArray Object outMemberData);
- Class System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo GetObjectInfo( Class System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit serObjectInfoInit);
- Void PutObjectInfo( Class System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit serObjectInfoInit, Class System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo objectInfo);
- }
- class System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo : System.Object
- {
- I4 objectInfoId;
- I4 readObjectInfoCounter;
- Class System.Type objectType;
- Class System.Runtime.Serialization.ObjectManager objectManager;
- I4 count;
- Boolean isSi;
- Boolean isNamed;
- Boolean isTyped;
- Boolean bSimpleAssembly;
- Class System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache cache;
- SZArray String wireMemberNames;
- SZArray Class System.Type wireMemberTypes;
- I4 lastPosition;
- Class System.Runtime.Serialization.ISurrogateSelector surrogateSelector;
- Class System.Runtime.Serialization.ISerializationSurrogate serializationSurrogate;
- ValueClass System.Runtime.Serialization.StreamingContext context;
- Class System.Collections.ArrayList memberTypesList;
- Class System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit serObjectInfoInit;
- Class System.Runtime.Serialization.IFormatterConverter formatterConverter;
- Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo();
- Void ObjectEnd();
- Void InternalInit();
- Void PrepareForReuse();
- Class System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo Create( Class System.Type objectType, Class System.Runtime.Serialization.ISurrogateSelector surrogateSelector, ValueClass System.Runtime.Serialization.StreamingContext context, Class System.Runtime.Serialization.ObjectManager objectManager, Class System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit serObjectInfoInit, Class System.Runtime.Serialization.IFormatterConverter converter, Boolean bSimpleAssembly);
- Void Init( Class System.Type objectType, Class System.Runtime.Serialization.ISurrogateSelector surrogateSelector, ValueClass System.Runtime.Serialization.StreamingContext context, Class System.Runtime.Serialization.ObjectManager objectManager, Class System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit serObjectInfoInit, Class System.Runtime.Serialization.IFormatterConverter converter, Boolean bSimpleAssembly);
- Class System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo Create( Class System.Type objectType, SZArray String memberNames, SZArray Class System.Type memberTypes, Class System.Runtime.Serialization.ISurrogateSelector surrogateSelector, ValueClass System.Runtime.Serialization.StreamingContext context, Class System.Runtime.Serialization.ObjectManager objectManager, Class System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit serObjectInfoInit, Class System.Runtime.Serialization.IFormatterConverter converter, Boolean bSimpleAssembly);
- Void Init( Class System.Type objectType, SZArray String memberNames, SZArray Class System.Type memberTypes, Class System.Runtime.Serialization.ISurrogateSelector surrogateSelector, ValueClass System.Runtime.Serialization.StreamingContext context, Class System.Runtime.Serialization.ObjectManager objectManager, Class System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit serObjectInfoInit, Class System.Runtime.Serialization.IFormatterConverter converter, Boolean bSimpleAssembly);
- Void InitReadConstructor( Class System.Type objectType, Class System.Runtime.Serialization.ISurrogateSelector surrogateSelector, ValueClass System.Runtime.Serialization.StreamingContext context);
- Void InitSiRead();
- Void InitNoMembers();
- Void InitMemberInfo();
- Class System.Reflection.MemberInfo GetMemberInfo( String name);
- Class System.Type GetType( String name);
- Void AddValue( String name, Object value, ByRef Class System.Runtime.Serialization.SerializationInfo si, ByRef SZArray Object memberData);
- Void InitDataStore( ByRef Class System.Runtime.Serialization.SerializationInfo si, ByRef SZArray Object memberData);
- Void RecordFixup( I8 objectId, String name, I8 idRef);
- Void PopulateObjectMembers( Object obj, SZArray Object memberData);
- Void DumpPopulate( SZArray Class System.Reflection.MemberInfo memberInfos, SZArray Object memberData);
- Void DumpPopulateSi();
- I4 Position( String name);
- SZArray Class System.Type GetMemberTypes( SZArray String inMemberNames);
- Class System.Type GetMemberType( Class System.Reflection.MemberInfo objMember);
- Class System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo GetObjectInfo( Class System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit serObjectInfoInit);
- Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo();
- }
- class System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit : System.Object
- {
- Class System.Collections.Hashtable seenBeforeTable;
- I4 objectInfoIdCount;
- Class System.Runtime.Serialization.Formatters.Binary.SerStack oiPool;
- Void System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit();
- }
- class System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache : System.Object
- {
- String fullTypeName;
- String assemblyString;
- SZArray Class System.Reflection.MemberInfo memberInfos;
- SZArray String memberNames;
- SZArray Class System.Type memberTypes;
- Void System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache();
- }
- class System.Runtime.Serialization.Formatters.Binary.BinaryMethodCallMessage : System.Object
- {
- SZArray Object _inargs;
- SZArray String _inargsName;
- String _methodName;
- String _typeName;
- Object _methodSignature;
- SZArray Object _args;
- SZArray String _argsName;
- Boolean _hasVarArgs;
- Class System.Runtime.Remoting.Messaging.LogicalCallContext _logicalCallContext;
- Class System.Reflection.MethodBase _methodBase;
- SZArray Object _properties;
- Void System.Runtime.Serialization.Formatters.Binary.BinaryMethodCallMessage( String uri, String methodName, String typeName, SZArray Object args, Object methodSignature, Class System.Runtime.Remoting.Messaging.LogicalCallContext callContext, SZArray Object properties);
- I4 get_InArgCount();
- String GetInArgName( I4 index);
- Object GetInArg( I4 argNum);
- SZArray Object get_InArgs();
- String get_MethodName();
- String get_TypeName();
- Object get_MethodSignature();
- I4 get_ArgCount();
- String GetArgName( I4 index);
- Object GetArg( I4 argNum);
- SZArray Object get_Args();
- Boolean get_HasVarArgs();
- Class System.Runtime.Remoting.Messaging.LogicalCallContext get_LogicalCallContext();
- Class System.Reflection.MethodBase get_MethodBase();
- Boolean get_HasProperties();
- Void PopulateMessageProperties( Class System.Collections.IDictionary dict);
- property InArgCount { get(){} set(){} };
- property InArgs { get(){} set(){} };
- property MethodName { get(){} set(){} };
- property TypeName { get(){} set(){} };
- property MethodSignature { get(){} set(){} };
- property ArgCount { get(){} set(){} };
- property Args { get(){} set(){} };
- property HasVarArgs { get(){} set(){} };
- property LogicalCallContext { get(){} set(){} };
- property MethodBase { get(){} set(){} };
- property HasProperties { get(){} set(){} };
- }
- class System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturnMessage : System.Object
- {
- SZArray Object _outargs;
- SZArray String _outargsName;
- Class System.Exception _exception;
- Object _returnValue;
- String _methodName;
- String _typeName;
- String _methodSignature;
- SZArray Object _args;
- SZArray String _argsName;
- Boolean _hasVarArgs;
- Class System.Runtime.Remoting.Messaging.LogicalCallContext _logicalCallContext;
- Class System.Reflection.MethodBase _methodBase;
- SZArray Object _properties;
- Void System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturnMessage( Object returnValue, SZArray Object args, Class System.Exception e, Class System.Runtime.Remoting.Messaging.LogicalCallContext callContext, SZArray Object properties);
- I4 get_OutArgCount();
- String GetOutArgName( I4 index);
- Object GetOutArg( I4 argNum);
- SZArray Object get_OutArgs();
- Class System.Exception get_Exception();
- Object get_ReturnValue();
- String get_MethodName();
- String get_TypeName();
- Object get_MethodSignature();
- I4 get_ArgCount();
- String GetArgName( I4 index);
- Object GetArg( I4 argNum);
- SZArray Object get_Args();
- Boolean get_HasVarArgs();
- Class System.Runtime.Remoting.Messaging.LogicalCallContext get_LogicalCallContext();
- Class System.Reflection.MethodBase get_MethodBase();
- Boolean get_HasProperties();
- Void PopulateMessageProperties( Class System.Collections.IDictionary dict);
- property OutArgCount { get(){} set(){} };
- property OutArgs { get(){} set(){} };
- property Exception { get(){} set(){} };
- property ReturnValue { get(){} set(){} };
- property MethodName { get(){} set(){} };
- property TypeName { get(){} set(){} };
- property MethodSignature { get(){} set(){} };
- property ArgCount { get(){} set(){} };
- property Args { get(){} set(){} };
- property HasVarArgs { get(){} set(){} };
- property LogicalCallContext { get(){} set(){} };
- property MethodBase { get(){} set(){} };
- property HasProperties { get(){} set(){} };
- }
- class System.Reflection.Emit.AssemblyBuilder : System.Reflection.Assembly
- {
- Class System.Reflection.Emit.ModuleBuilder DefineDynamicModule( String name);
- Class System.Reflection.Emit.ModuleBuilder DefineDynamicModule( String name, Boolean emitSymbolInfo);
- Class System.Reflection.Emit.ModuleBuilder DefineDynamicModuleInternal( String name, Boolean emitSymbolInfo, ByRef ValueClass System.Threading.StackCrawlMark stackMark);
- Class System.Reflection.Assembly LoadISymWrapper();
- Class System.Reflection.Emit.ModuleBuilder DefineDynamicModule( String name, String fileName);
- Class System.Reflection.Emit.ModuleBuilder DefineDynamicModule( String name, String fileName, Boolean emitSymbolInfo);
- Class System.Reflection.Emit.ModuleBuilder DefineDynamicModuleInternal( String name, String fileName, Boolean emitSymbolInfo, ByRef ValueClass System.Threading.StackCrawlMark stackMark);
- Class System.Resources.IResourceWriter DefineResource( String name, String description, String fileName);
- Class System.Resources.IResourceWriter DefineResource( String name, String description, String fileName, ValueClass System.Reflection.ResourceAttributes attribute);
- Void AddResourceFile( String name, String fileName);
- Void AddResourceFile( String name, String fileName, ValueClass System.Reflection.ResourceAttributes attribute);
- SZArray String GetManifestResourceNames();
- Class System.IO.FileStream GetFile( String name);
- SZArray Class System.IO.FileStream GetFiles( Boolean getResourceModules);
- Class System.IO.Stream GetManifestResourceStream( Class System.Type type, String name);
- Class System.IO.Stream GetManifestResourceStream( String name);
- Class System.Reflection.ManifestResourceInfo GetManifestResourceInfo( String resourceName);
- String get_Location();
- String get_CodeBase();
- Void DefineVersionInfoResource( String product, String productVersion, String company, String copyright, String trademark);
- Void DefineVersionInfoResource();
- Void DefineUnmanagedResource( SZArray UI1 resource);
- Void DefineUnmanagedResource( String resourceFileName);
- Class System.Reflection.Emit.ModuleBuilder GetDynamicModule( String name);
- Void SetEntryPoint( Class System.Reflection.MethodInfo entryMethod);
- Void SetEntryPoint( Class System.Reflection.MethodInfo entryMethod, ValueClass System.Reflection.Emit.PEFileKinds fileKind);
- Class System.Reflection.MethodInfo get_EntryPoint();
- Void SetCustomAttribute( Class System.Reflection.ConstructorInfo con, SZArray UI1 binaryAttribute);
- Void SetCustomAttribute( Class System.Reflection.Emit.CustomAttributeBuilder customBuilder);
- Void Save( String assemblyFileName);
- SZArray Class System.Type GetExportedTypes();
- Boolean IsPersistable();
- Void Enter();
- Void Exit();
- I4 DefineNestedComType( Class System.Type type, I4 tkResolutionScope, I4 tkTypeDef);
- Void System.Reflection.Emit.AssemblyBuilder();
- property Location { get(){} set(){} };
- property CodeBase { get(){} set(){} };
- property EntryPoint { get(){} set(){} };
- }
- class System.Reflection.Emit.AssemblyBuilderData : System.Object
- {
- Class System.Collections.ArrayList m_moduleBuilderList;
- Class System.Collections.ArrayList m_resWriterList;
- String m_strAssemblyName;
- ValueClass System.Reflection.Emit.AssemblyBuilderAccess m_access;
- Class System.Reflection.Assembly m_assembly;
- SZArray Class System.Type m_publicComTypeList;
- I4 m_iPublicComTypeCount;
- Class System.Reflection.Emit.ModuleBuilder m_entryPointModule;
- Boolean m_isSaved;
- I4 m_iInitialSize;
- String m_strDir;
- I4 m_tkAssembly;
- Class System.Security.PermissionSet m_RequiredPset;
- Class System.Security.PermissionSet m_OptionalPset;
- Class System.Security.PermissionSet m_RefusedPset;
- Boolean m_isSynchronized;
- SZArray Class System.Reflection.Emit.CustomAttributeBuilder m_CABuilders;
- I4 m_iCABuilder;
- SZArray SZArray UI1 m_CABytes;
- SZArray Class System.Reflection.ConstructorInfo m_CACons;
- I4 m_iCAs;
- ValueClass System.Reflection.Emit.PEFileKinds m_peFileKind;
- Class System.Reflection.Emit.ModuleBuilder m_InMemoryAssemblyModule;
- Class System.Reflection.Emit.ModuleBuilder m_OnDiskAssemblyModule;
- Class System.Reflection.MethodInfo m_entryPointMethod;
- Class System.Reflection.Assembly m_ISymWrapperAssembly;
- String m_strResourceFileName;
- SZArray UI1 m_resourceBytes;
- Class System.Reflection.Emit.NativeVersionInfo m_nativeVersion;
- Boolean m_hasUnmanagedVersionInfo;
- Boolean m_OverrideUnmanagedVersionInfo;
- Void System.Reflection.Emit.AssemblyBuilderData( Class System.Reflection.Assembly assembly, String strAssemblyName, ValueClass System.Reflection.Emit.AssemblyBuilderAccess access, String dir);
- Void AddModule( Class System.Reflection.Emit.ModuleBuilder dynModule);
- Void AddResWriter( Class System.Reflection.Emit.ResWriterData resData);
- Void AddCustomAttribute( Class System.Reflection.Emit.CustomAttributeBuilder customBuilder);
- Void AddCustomAttribute( Class System.Reflection.ConstructorInfo con, SZArray UI1 binaryAttribute);
- Void FillUnmanagedVersionInfo();
- Void CheckResNameConflict( String strNewResName);
- Void CheckNameConflict( String strNewModuleName);
- Void CheckTypeNameConflict( String strTypeName, Class System.Reflection.Emit.TypeBuilder enclosingType);
- Void CheckFileNameConflict( String strFileName);
- Class System.Reflection.Emit.ModuleBuilder FindModuleWithFileName( String strFileName);
- Class System.Reflection.Emit.ModuleBuilder FindModuleWithName( String strName);
- Void AddPublicComType( Class System.Type type);
- Void AddPermissionRequests( Class System.Security.PermissionSet required, Class System.Security.PermissionSet optional, Class System.Security.PermissionSet refused);
- Void EnsurePublicComTypeCapacity();
- Void Enter();
- Void Exit();
- Class System.Reflection.Emit.ModuleBuilder GetInMemoryAssemblyModule();
- Class System.Reflection.Emit.ModuleBuilder GetOnDiskAssemblyModule();
- Void SetOnDiskAssemblyModule( Class System.Reflection.Emit.ModuleBuilder modBuilder);
- Void System.Reflection.Emit.AssemblyBuilderData();
- }
- class System.Reflection.Emit.ResWriterData : System.Object
- {
- Class System.Resources.ResourceWriter m_resWriter;
- String m_strName;
- String m_strFileName;
- String m_strFullFileName;
- Class System.IO.MemoryStream m_memoryStream;
- Class System.Reflection.Emit.ResWriterData m_nextResWriter;
- ValueClass System.Reflection.ResourceAttributes m_attribute;
- Void System.Reflection.Emit.ResWriterData( Class System.Resources.ResourceWriter resWriter, Class System.IO.MemoryStream memoryStream, String strName, String strFileName, String strFullFileName, ValueClass System.Reflection.ResourceAttributes attribute);
- }
- class System.Reflection.Emit.NativeVersionInfo : System.Object
- {
- String m_strDescription;
- String m_strCompany;
- String m_strTitle;
- String m_strCopyright;
- String m_strTrademark;
- String m_strProduct;
- String m_strProductVersion;
- String m_strFileVersion;
- I4 m_lcid;
- Void System.Reflection.Emit.NativeVersionInfo();
- }
- class System.Reflection.Emit.AssemblyBuilderAccess : System.Enum
- {
- I4 value__;
- ValueClass System.Reflection.Emit.AssemblyBuilderAccess Run;
- ValueClass System.Reflection.Emit.AssemblyBuilderAccess Save;
- ValueClass System.Reflection.Emit.AssemblyBuilderAccess RunAndSave;
- }
- class System.Reflection.Emit.ConstructorBuilder : System.Reflection.ConstructorInfo
- {
- Class System.Reflection.Emit.MethodBuilder m_methodBuilder;
- Boolean m_ReturnILGen;
- ValueClass System.Reflection.Emit.MethodToken GetToken();
- Class System.Reflection.Emit.ParameterBuilder DefineParameter( I4 iSequence, ValueClass System.Reflection.ParameterAttributes attributes, String strParamName);
- Void SetSymCustomAttribute( String name, SZArray UI1 data);
- Class System.Reflection.Emit.ILGenerator GetILGenerator();
- Void AddDeclarativeSecurity( ValueClass System.Security.Permissions.SecurityAction action, Class System.Security.PermissionSet pset);
- String ToString();
- Class System.Reflection.Module GetModule();
- Class System.Type get_ReturnType();
- Object Invoke( ValueClass System.Reflection.BindingFlags invokeAttr, Class System.Reflection.Binder binder, SZArray Object parameters, Class System.Globalization.CultureInfo culture);
- Object Invoke( Object obj, ValueClass System.Reflection.BindingFlags invokeAttr, Class System.Reflection.Binder binder, SZArray Object parameters, Class System.Globalization.CultureInfo culture);
- String get_Signature();
- SZArray Class System.Reflection.ParameterInfo GetParameters();
- SZArray Class System.Type GetParameterTypes();
- ValueClass System.Reflection.MethodAttributes get_Attributes();
- SZArray Object GetCustomAttributes( Boolean inherit);
- ValueClass System.Reflection.MethodImplAttributes GetMethodImplementationFlags();
- SZArray Object GetCustomAttributes( Class System.Type attributeType, Boolean inherit);
- Void SetCustomAttribute( Class System.Reflection.ConstructorInfo con, SZArray UI1 binaryAttribute);
- Void SetCustomAttribute( Class System.Reflection.Emit.CustomAttributeBuilder customBuilder);
- Boolean IsDefined( Class System.Type attributeType, Boolean inherit);
- Void SetImplementationFlags( ValueClass System.Reflection.MethodImplAttributes attributes);
- Class System.Type get_ReflectedType();
- Class System.Type get_DeclaringType();
- Boolean get_InitLocals();
- Void set_InitLocals( Boolean value);
- Void System.Reflection.Emit.ConstructorBuilder();
- Void System.Reflection.Emit.ConstructorBuilder( String name, ValueClass System.Reflection.MethodAttributes attributes, ValueClass System.Reflection.CallingConventions callingConvention, SZArray Class System.Type parameterTypes, Class System.Reflection.Module mod, Class System.Reflection.Emit.TypeBuilder type);
- String get_Name();
- ValueClass System.RuntimeMethodHandle get_MethodHandle();
- property ReturnType { get(){} set(){} };
- property Signature { get(){} set(){} };
- property Attributes { get(){} set(){} };
- property ReflectedType { get(){} set(){} };
- property DeclaringType { get(){} set(){} };
- property InitLocals { get(){} set(){} };
- property Name { get(){} set(){} };
- property MethodHandle { get(){} set(){} };
- }
- class System.Reflection.Emit.EventBuilder : System.Object
- {
- String m_name;
- ValueClass System.Reflection.Emit.EventToken m_evToken;
- Class System.Reflection.Module m_module;
- ValueClass System.Reflection.EventAttributes m_attributes;
- Class System.Reflection.Emit.TypeBuilder m_type;
- Void System.Reflection.Emit.EventBuilder();
- Void System.Reflection.Emit.EventBuilder( Class System.Reflection.Module mod, String name, ValueClass System.Reflection.EventAttributes attr, I4 eventType, Class System.Reflection.Emit.TypeBuilder type, ValueClass System.Reflection.Emit.EventToken evToken);
- ValueClass System.Reflection.Emit.EventToken GetEventToken();
- Void SetAddOnMethod( Class System.Reflection.Emit.MethodBuilder mdBuilder);
- Void SetRemoveOnMethod( Class System.Reflection.Emit.MethodBuilder mdBuilder);
- Void SetRaiseMethod( Class System.Reflection.Emit.MethodBuilder mdBuilder);
- Void AddOtherMethod( Class System.Reflection.Emit.MethodBuilder mdBuilder);
- Void SetCustomAttribute( Class System.Reflection.ConstructorInfo con, SZArray UI1 binaryAttribute);
- Void SetCustomAttribute( Class System.Reflection.Emit.CustomAttributeBuilder customBuilder);
- }
- class System.Reflection.Emit.EventToken : System.ValueType
- {
- ValueClass System.Reflection.Emit.EventToken Empty;
- I4 m_event;
- I4 get_Token();
- I4 GetHashCode();
- Boolean Equals( Object obj);
- Void System.Reflection.Emit.EventToken();
- property Token { get(){} set(){} };
- }
- class System.Reflection.Emit.FieldBuilder : System.Reflection.FieldInfo
- {
- ValueClass System.Reflection.Emit.FieldToken m_tkField;
- Class System.Reflection.Emit.TypeBuilder m_typeBuilder;
- String m_fieldName;
- ValueClass System.Reflection.FieldAttributes m_Attributes;
- Class System.Type m_fieldType;
- SZArray UI1 m_data;
- Class System.Type SystemVoid;
- Class System.Type SystemEmpty;
- ValueClass System.Reflection.Emit.FieldToken GetToken();
- Void SetOffset( I4 iOffset);
- Void SetMarshal( Class System.Reflection.Emit.UnmanagedMarshal unmanagedMarshal);
- Void SetConstant( Object defaultValue);
- Void SetData( SZArray UI1 data, I4 size);
- Void System.Reflection.Emit.FieldBuilder();
- Void System.Reflection.Emit.FieldBuilder( Class System.Reflection.Emit.TypeBuilder typeBuilder, String fieldName, Class System.Type type, ValueClass System.Reflection.FieldAttributes attributes);
- Class System.Type get_FieldType();
- Object GetValue( Object obj);
- Void SetValue( Object obj, Object val, ValueClass System.Reflection.BindingFlags invokeAttr, Class System.Reflection.Binder binder, Class System.Globalization.CultureInfo culture);
- String get_Name();
- Class System.Type get_DeclaringType();
- Class System.Type get_ReflectedType();
- ValueClass System.RuntimeFieldHandle get_FieldHandle();
- ValueClass System.Reflection.FieldAttributes get_Attributes();
- SZArray Object GetCustomAttributes( Boolean inherit);
- SZArray Object GetCustomAttributes( Class System.Type attributeType, Boolean inherit);
- Void SetCustomAttribute( Class System.Reflection.ConstructorInfo con, SZArray UI1 binaryAttribute);
- Void SetCustomAttribute( Class System.Reflection.Emit.CustomAttributeBuilder customBuilder);
- Boolean IsDefined( Class System.Type attributeType, Boolean inherit);
- Class System.Reflection.Emit.TypeBuilder GetTypeBuilder();
- Void System.Reflection.Emit.FieldBuilder();
- property FieldType { get(){} set(){} };
- property Name { get(){} set(){} };
- property DeclaringType { get(){} set(){} };
- property ReflectedType { get(){} set(){} };
- property FieldHandle { get(){} set(){} };
- property Attributes { get(){} set(){} };
- }
- class System.Reflection.Emit.FieldToken : System.ValueType
- {
- ValueClass System.Reflection.Emit.FieldToken Empty;
- I4 m_fieldTok;
- Object m_class;
- Void System.Reflection.Emit.FieldToken( I4 field, Class System.Type fieldClass);
- I4 get_Token();
- I4 GetHashCode();
- Boolean Equals( Object obj);
- Void System.Reflection.Emit.FieldToken();
- property Token { get(){} set(){} };
- }
- class System.Reflection.Emit.ILGenerator : System.Object
- {
- UI1 PrefixInstruction;
- I4 defaultSize;
- I4 DefaultFixupArraySize;
- I4 DefaultLabelArraySize;
- I4 DefaultExceptionArraySize;
- I4 m_length;
- SZArray UI1 m_ILStream;
- SZArray I4 m_labelList;
- I4 m_labelCount;
- SZArray ValueClass System.Reflection.Emit.__FixupData m_fixupData;
- I4 m_fixupCount;
- SZArray I4 m_RVAFixupList;
- I4 m_RVAFixupCount;
- SZArray I4 m_RelocFixupList;
- I4 m_RelocFixupCount;
- I4 m_exceptionCount;
- I4 m_currExcStackCount;
- SZArray Class System.Reflection.Emit.__ExceptionInfo m_exceptions;
- SZArray Class System.Reflection.Emit.__ExceptionInfo m_currExcStack;
- Class System.Reflection.Emit.ScopeTree m_ScopeTree;
- Class System.Reflection.Emit.LineNumberInfo m_LineNumberInfo;
- Class System.Reflection.Emit.MethodBuilder m_methodBuilder;
- I4 m_localCount;
- Class System.Reflection.Emit.SignatureHelper m_localSignature;
- I4 m_maxStackSize;
- I4 m_maxMidStack;
- I4 m_maxMidStackCur;
- Void Emit( ValueClass System.Reflection.Emit.OpCode opcode);
- Void internalEmit( ValueClass System.Reflection.Emit.OpCode opcode);
- Void UpdateStackSize( ValueClass System.Reflection.Emit.OpCode opcode, I4 stackchange);
- Void Emit( ValueClass System.Reflection.Emit.OpCode opcode, UI1 arg);
- Void Emit( ValueClass System.Reflection.Emit.OpCode opcode, I1 arg);
- Void Emit( ValueClass System.Reflection.Emit.OpCode opcode, I2 arg);
- Void Emit( ValueClass System.Reflection.Emit.OpCode opcode, I4 arg);
- Void Emit( ValueClass System.Reflection.Emit.OpCode opcode, Class System.Reflection.MethodInfo meth);
- Void EmitCalli( ValueClass System.Reflection.Emit.OpCode opcode, ValueClass System.Reflection.CallingConventions callingConvention, Class System.Type returnType, SZArray Class System.Type parameterTypes, SZArray Class System.Type optionalParameterTypes);
- Void EmitCalli( ValueClass System.Reflection.Emit.OpCode opcode, ValueClass System.Runtime.InteropServices.CallingConvention unmanagedCallConv, Class System.Type returnType, SZArray Class System.Type parameterTypes);
- Void EmitCall( ValueClass System.Reflection.Emit.OpCode opcode, Class System.Reflection.MethodInfo methodInfo, SZArray Class System.Type optionalParameterTypes);
- I4 GetVarArgMemberRefToken( Class System.Reflection.MethodInfo methodInfo, SZArray Class System.Type optionalParameterTypes);
- Class System.Reflection.Emit.SignatureHelper GetVarArgSignature( ValueClass System.Reflection.CallingConventions call, Class System.Type returnType, SZArray Class System.Type parameterTypes, SZArray Class System.Type optionalParameterTypes);
- Void Emit( ValueClass System.Reflection.Emit.OpCode opcode, Class System.Reflection.Emit.SignatureHelper signature);
- Void Emit( ValueClass System.Reflection.Emit.OpCode opcode, Class System.Reflection.ConstructorInfo con);
- Void Emit( ValueClass System.Reflection.Emit.OpCode opcode, Class System.Type cls);
- Void Emit( ValueClass System.Reflection.Emit.OpCode opcode, I8 arg);
- Void Emit( ValueClass System.Reflection.Emit.OpCode opcode, R4 arg);
- Void Emit( ValueClass System.Reflection.Emit.OpCode opcode, R8 arg);
- Void Emit( ValueClass System.Reflection.Emit.OpCode opcode, ValueClass System.Reflection.Emit.Label label);
- Void Emit( ValueClass System.Reflection.Emit.OpCode opcode, SZArray ValueClass System.Reflection.Emit.Label labels);
- Void Emit( ValueClass System.Reflection.Emit.OpCode opcode, Class System.Reflection.FieldInfo field);
- Void Emit( ValueClass System.Reflection.Emit.OpCode opcode, String str);
- Void Emit( ValueClass System.Reflection.Emit.OpCode opcode, Class System.Reflection.Emit.LocalBuilder local);
- Void Append( SZArray UI1 value);
- Void Append( SZArray UI1 value, I4 startIndex, I4 length);
- ValueClass System.Reflection.Emit.Label BeginExceptionBlock();
- Void EndExceptionBlock();
- Void BeginExceptFilterBlock();
- Void BeginCatchBlock( Class System.Type exceptionType);
- Void BeginFaultBlock();
- Void BeginFinallyBlock();
- ValueClass System.Reflection.Emit.Label DefineLabel();
- Void MarkLabel( ValueClass System.Reflection.Emit.Label loc);
- SZArray UI1 BakeByteArray();
- SZArray Class System.Reflection.Emit.__ExceptionInfo GetExceptions();
- Void ThrowException( Class System.Type excType);
- Void EmitWriteLine( String value);
- Void EmitWriteLine( Class System.Reflection.Emit.LocalBuilder localBuilder);
- Void EmitWriteLine( Class System.Reflection.FieldInfo fld);
- Class System.Reflection.Emit.LocalBuilder DeclareLocal( Class System.Type localType);
- Void UsingNamespace( String usingNamespace);
- Void MarkSequencePoint( Class System.Diagnostics.SymbolStore.ISymbolDocumentWriter document, I4 startLine, I4 startColumn, I4 endLine, I4 endColumn);
- Void BeginScope();
- Void EndScope();
- Void System.Reflection.Emit.ILGenerator( Class System.Reflection.Emit.MethodBuilder methodBuilder);
- Void System.Reflection.Emit.ILGenerator( Class System.Reflection.Emit.MethodBuilder methodBuilder, I4 size);
- SZArray I4 EnlargeArray( SZArray I4 incoming);
- SZArray UI1 EnlargeArray( SZArray UI1 incoming);
- SZArray UI1 EnlargeArray( SZArray UI1 incoming, I4 requiredSize);
- SZArray ValueClass System.Reflection.Emit.__FixupData EnlargeArray( SZArray ValueClass System.Reflection.Emit.__FixupData incoming);
- SZArray Class System.Type EnlargeArray( SZArray Class System.Type incoming);
- SZArray Class System.Reflection.Emit.__ExceptionInfo EnlargeArray( SZArray Class System.Reflection.Emit.__ExceptionInfo incoming);
- Void EnsureCapacity( I4 size);
- I4 PutInteger4( I4 value, I4 startPos, SZArray UI1 array);
- I4 GetLabelPos( ValueClass System.Reflection.Emit.Label lbl);
- Void AddFixup( ValueClass System.Reflection.Emit.Label lbl, I4 pos, I4 instSize);
- I4 GetMaxStackSize();
- Void SortExceptions( SZArray Class System.Reflection.Emit.__ExceptionInfo exceptions);
- Void RecordTokenFixup();
- SZArray I4 GetTokenFixups();
- SZArray I4 GetRVAFixups();
- }
- class System.Reflection.Emit.__FixupData : System.ValueType
- {
- ValueClass System.Reflection.Emit.Label m_fixupLabel;
- I4 m_fixupPos;
- I4 m_fixupInstSize;
- }
- class System.Reflection.Emit.__ExceptionInfo : System.Object
- {
- I4 None;
- I4 Filter;
- I4 Finally;
- I4 Fault;
- I4 PreserveStack;
- I4 State_Try;
- I4 State_Filter;
- I4 State_Catch;
- I4 State_Finally;
- I4 State_Fault;
- I4 State_Done;
- I4 m_startAddr;
- SZArray I4 m_filterAddr;
- SZArray I4 m_catchAddr;
- SZArray I4 m_catchEndAddr;
- SZArray I4 m_type;
- SZArray Class System.Type m_catchClass;
- ValueClass System.Reflection.Emit.Label m_endLabel;
- ValueClass System.Reflection.Emit.Label m_finallyEndLabel;
- I4 m_endAddr;
- I4 m_endFinally;
- I4 m_currentCatch;
- I4 m_currentState;
- Void System.Reflection.Emit.__ExceptionInfo();
- Void System.Reflection.Emit.__ExceptionInfo( I4 startAddr, ValueClass System.Reflection.Emit.Label endLabel);
- Void MarkHelper( I4 catchorfilterAddr, I4 catchEndAddr, Class System.Type catchClass, I4 type);
- Void MarkFilterAddr( I4 filterAddr);
- Void MarkFaultAddr( I4 faultAddr);
- Void MarkCatchAddr( I4 catchAddr, Class System.Type catchException);
- Void MarkFinallyAddr( I4 finallyAddr, I4 endCatchAddr);
- Void Done( I4 endAddr);
- I4 GetStartAddress();
- I4 GetEndAddress();
- I4 GetFinallyEndAddress();
- ValueClass System.Reflection.Emit.Label GetEndLabel();
- SZArray I4 GetFilterAddresses();
- SZArray I4 GetCatchAddresses();
- SZArray I4 GetCatchEndAddresses();
- SZArray Class System.Type GetCatchClass();
- I4 GetNumberOfCatches();
- SZArray I4 GetExceptionTypes();
- Void SetFinallyEndLabel( ValueClass System.Reflection.Emit.Label lbl);
- ValueClass System.Reflection.Emit.Label GetFinallyEndLabel();
- Boolean IsInner( Class System.Reflection.Emit.__ExceptionInfo exc);
- I4 GetCurrentState();
- }
- class System.Reflection.Emit.ScopeAction : System.Enum
- {
- I4 value__;
- ValueClass System.Reflection.Emit.ScopeAction Open;
- ValueClass System.Reflection.Emit.ScopeAction Close;
- }
- class System.Reflection.Emit.ScopeTree : System.Object
- {
- I4 InitialSize;
- SZArray I4 m_iOffsets;
- SZArray ValueClass System.Reflection.Emit.ScopeAction m_ScopeActions;
- I4 m_iCount;
- I4 m_iOpenScopeCount;
- SZArray Class System.Reflection.Emit.LocalSymInfo m_localSymInfos;
- Void System.Reflection.Emit.ScopeTree();
- I4 GetCurrentActiveScopeIndex();
- Void AddLocalSymInfoToCurrentScope( String strName, SZArray UI1 signature, I4 slot, I4 startOffset, I4 endOffset);
- Void AddUsingNamespaceToCurrentScope( String strNamespace);
- Void AddScopeInfo( ValueClass System.Reflection.Emit.ScopeAction sa, I4 iOffset);
- Void EnsureCapacity();
- Void EmitScopeTree( Class System.Diagnostics.SymbolStore.ISymbolWriter symWriter);
- }
- class System.Reflection.Emit.LineNumberInfo : System.Object
- {
- I4 InitialSize;
- I4 m_DocumentCount;
- SZArray Class System.Reflection.Emit.REDocument m_Documents;
- I4 m_iLastFound;
- Void System.Reflection.Emit.LineNumberInfo();
- Void AddLineNumberInfo( Class System.Diagnostics.SymbolStore.ISymbolDocumentWriter document, I4 iOffset, I4 iStartLine, I4 iStartColumn, I4 iEndLine, I4 iEndColumn);
- I4 FindDocument( Class System.Diagnostics.SymbolStore.ISymbolDocumentWriter document);
- Void EnsureCapacity();
- Void EmitLineNumberInfo( Class System.Diagnostics.SymbolStore.ISymbolWriter symWriter);
- }
- class System.Reflection.Emit.REDocument : System.Object
- {
- I4 InitialSize;
- SZArray I4 m_iOffsets;
- SZArray I4 m_iLines;
- SZArray I4 m_iColumns;
- SZArray I4 m_iEndLines;
- SZArray I4 m_iEndColumns;
- Class System.Diagnostics.SymbolStore.ISymbolDocumentWriter m_document;
- I4 m_iLineNumberCount;
- Void System.Reflection.Emit.REDocument( Class System.Diagnostics.SymbolStore.ISymbolDocumentWriter document);
- Void AddLineNumberInfo( Class System.Diagnostics.SymbolStore.ISymbolDocumentWriter document, I4 iOffset, I4 iStartLine, I4 iStartColumn, I4 iEndLine, I4 iEndColumn);
- Void EnsureCapacity();
- Void EmitLineNumberInfo( Class System.Diagnostics.SymbolStore.ISymbolWriter symWriter);
- }
- class System.Reflection.Emit.Label : System.ValueType
- {
- I4 m_label;
- Void System.Reflection.Emit.Label( I4 label);
- I4 GetLabelValue();
- I4 GetHashCode();
- Boolean Equals( Object obj);
- }
- class System.Reflection.Emit.LocalBuilder : System.Object
- {
- I4 m_localIndex;
- Class System.Type m_localType;
- Class System.Reflection.Emit.MethodBuilder m_methodBuilder;
- Void SetLocalSymInfo( String name);
- Void SetLocalSymInfo( String name, I4 startOffset, I4 endOffset);
- I4 GetLocalIndex();
- Class System.Reflection.Emit.MethodBuilder GetMethodBuilder();
- Class System.Type get_LocalType();
- Void System.Reflection.Emit.LocalBuilder();
- Void System.Reflection.Emit.LocalBuilder( I4 localIndex, Class System.Type localType, Class System.Reflection.Emit.MethodBuilder methodBuilder);
- property LocalType { get(){} set(){} };
- }
- class System.Reflection.Emit.MethodBuilder : System.Reflection.MethodInfo
- {
- String m_strName;
- ValueClass System.Reflection.Emit.MethodToken m_mdMethod;
- Class System.Reflection.Module m_module;
- SZArray UI1 m_ubBody;
- I4 m_numExceptions;
- SZArray ValueClass System.Reflection.Emit.__ExceptionInstance m_exceptions;
- SZArray I4 m_RVAFixups;
- SZArray I4 mm_mdMethodFixups;
- Class System.Reflection.Emit.SignatureHelper m_signature;
- Class System.Reflection.Emit.SignatureHelper m_localSignature;
- ValueClass System.Reflection.MethodAttributes m_iAttributes;
- Boolean m_bIsGlobalMethod;
- Boolean m_bIsBaked;
- Class System.Type m_returnType;
- Class System.Reflection.Emit.ParameterBuilder m_retParam;
- SZArray Class System.Type m_parameterTypes;
- ValueClass System.Reflection.CallingConventions m_callingConvention;
- ValueClass System.Reflection.MethodImplAttributes m_dwMethodImplFlags;
- Class System.Reflection.Emit.TypeBuilder m_containingType;
- Class System.Reflection.Emit.LocalSymInfo m_localSymInfo;
- Class System.Reflection.Emit.ILGenerator m_ilGenerator;
- Boolean m_fInitLocals;
- ValueClass System.Reflection.Emit.MethodToken GetToken();
- Boolean Equals( Object obj);
- I4 GetHashCode();
- Class System.Reflection.Emit.ParameterBuilder DefineParameter( I4 position, ValueClass System.Reflection.ParameterAttributes attributes, String strParamName);
- Void SetMarshal( Class System.Reflection.Emit.UnmanagedMarshal unmanagedMarshal);
- Void SetSymCustomAttribute( String name, SZArray UI1 data);
- Void AddDeclarativeSecurity( ValueClass System.Security.Permissions.SecurityAction action, Class System.Security.PermissionSet pset);
- Void CreateMethodBody( SZArray UI1 il, I4 count);
- Void SetImplementationFlags( ValueClass System.Reflection.MethodImplAttributes attributes);
- Class System.Reflection.Emit.ILGenerator GetILGenerator();
- Class System.Reflection.Emit.ILGenerator GetILGenerator( I4 size);
- Boolean get_InitLocals();
- Void set_InitLocals( Boolean value);
- Void CreateMethodBodyHelper( Class System.Reflection.Emit.ILGenerator il);
- String ToString();
- Class System.Reflection.Module GetModule();
- SZArray Class System.Type GetParameterTypes();
- Class System.Reflection.MethodInfo GetBaseDefinition();
- Class System.Type get_DeclaringType();
- Class System.Type get_ReturnType();
- Class System.Reflection.ICustomAttributeProvider get_ReturnTypeCustomAttributes();
- Object Invoke( Object obj, ValueClass System.Reflection.BindingFlags invokeAttr, Class System.Reflection.Binder binder, SZArray Object parameters, Class System.Globalization.CultureInfo culture);
- String get_Signature();
- SZArray Class System.Reflection.ParameterInfo GetParameters();
- ValueClass System.Reflection.MethodImplAttributes GetMethodImplementationFlags();
- ValueClass System.Reflection.MethodAttributes get_Attributes();
- ValueClass System.Reflection.CallingConventions get_CallingConvention();
- SZArray Object GetCustomAttributes( Boolean inherit);
- SZArray Object GetCustomAttributes( Class System.Type attributeType, Boolean inherit);
- Boolean IsDefined( Class System.Type attributeType, Boolean inherit);
- Void SetCustomAttribute( Class System.Reflection.ConstructorInfo con, SZArray UI1 binaryAttribute);
- Void SetCustomAttribute( Class System.Reflection.Emit.CustomAttributeBuilder customBuilder);
- Class System.Type get_ReflectedType();
- Class System.Type InternalReflectedClass( Boolean returnGlobalClass);
- ValueClass System.RuntimeMethodHandle get_MethodHandle();
- String get_Name();
- Void System.Reflection.Emit.MethodBuilder();
- Void System.Reflection.Emit.MethodBuilder( String name, ValueClass System.Reflection.MethodAttributes attributes, ValueClass System.Reflection.CallingConventions callingConvention, Class System.Type returnType, SZArray Class System.Type parameterTypes, Class System.Reflection.Module mod, Class System.Reflection.Emit.TypeBuilder type, Boolean bIsGlobalMethod);
- Void Init( String name, ValueClass System.Reflection.MethodAttributes attributes, ValueClass System.Reflection.CallingConventions callingConvention, Class System.Type returnType, SZArray Class System.Type parameterTypes, Class System.Reflection.Module mod, Class System.Reflection.Emit.TypeBuilder type, Boolean bIsGlobalMethod);
- Void SetToken( ValueClass System.Reflection.Emit.MethodToken token);
- SZArray UI1 GetBody();
- SZArray I4 GetTokenFixups();
- SZArray I4 GetRVAFixups();
- Class System.Reflection.Emit.SignatureHelper GetMethodSignature();
- Class System.Reflection.Emit.SignatureHelper GetLocalsSignature();
- I4 GetNumberOfExceptions();
- SZArray ValueClass System.Reflection.Emit.__ExceptionInstance GetExceptionInstances();
- I4 CalculateNumberOfExceptions( SZArray Class System.Reflection.Emit.__ExceptionInfo excp);
- Boolean IsTypeCreated();
- Class System.Reflection.Emit.TypeBuilder GetTypeBuilder();
- property InitLocals { get(){} set(){} };
- property DeclaringType { get(){} set(){} };
- property ReturnType { get(){} set(){} };
- property ReturnTypeCustomAttributes { get(){} set(){} };
- property Signature { get(){} set(){} };
- property Attributes { get(){} set(){} };
- property CallingConvention { get(){} set(){} };
- property ReflectedType { get(){} set(){} };
- property MethodHandle { get(){} set(){} };
- property Name { get(){} set(){} };
- }
- class System.Reflection.Emit.LocalSymInfo : System.Object
- {
- I4 InitialSize;
- SZArray String m_strName;
- SZArray SZArray UI1 m_ubSignature;
- SZArray I4 m_iLocalSlot;
- SZArray I4 m_iStartOffset;
- SZArray I4 m_iEndOffset;
- I4 m_iLocalSymCount;
- SZArray String m_namespace;
- I4 m_iNameSpaceCount;
- Void System.Reflection.Emit.LocalSymInfo();
- Void AddLocalSymInfo( String strName, SZArray UI1 signature, I4 slot, I4 startOffset, I4 endOffset);
- Void AddUsingNamespace( String strNamespace);
- Void EnsureCapacityNamespace();
- Void EnsureCapacity();
- Void EmitLocalSymInfo( Class System.Diagnostics.SymbolStore.ISymbolWriter symWriter);
- }
- class System.Reflection.Emit.__ExceptionInstance : System.ValueType
- {
- I4 m_exceptionClass;
- I4 m_startAddress;
- I4 m_endAddress;
- I4 m_filterAddress;
- I4 m_handleAddress;
- I4 m_handleEndAddress;
- I4 m_type;
- Void System.Reflection.Emit.__ExceptionInstance( I4 start, I4 end, I4 filterAddr, I4 handle, I4 handleEnd, I4 type, I4 exceptionClass);
- Boolean Equals( Object obj);
- I4 GetHashCode();
- }
- class System.Reflection.Emit.TypeKind : System.Enum
- {
- I4 value__;
- ValueClass System.Reflection.Emit.TypeKind IsArray;
- ValueClass System.Reflection.Emit.TypeKind IsPointer;
- ValueClass System.Reflection.Emit.TypeKind IsByRef;
- }
- class System.Reflection.Emit.SymbolType : System.Type
- {
- ValueClass System.Reflection.Emit.TypeKind m_typeKind;
- Class System.Type m_baseType;
- I4 m_cRank;
- SZArray I4 m_iaLowerBound;
- SZArray I4 m_iaUpperBound;
- SZArray Char m_bFormat;
- Class System.Type FormCompoundType( SZArray Char bFormat, Class System.Type baseType, I4 curIndex);
- Void System.Reflection.Emit.SymbolType( ValueClass System.Reflection.Emit.TypeKind typeKind);
- Void SetElementType( Class System.Type baseType);
- Void SetBounds( I4 lower, I4 upper);
- Void SetFormat( SZArray Char bFormat, I4 curIndex);
- Void ToSigBytes( Class System.Reflection.Emit.ModuleBuilder moduleBuilder, Class System.Reflection.Emit.SignatureBuffer sigBuf);
- I4 GetArrayRank();
- ValueClass System.Guid get_GUID();
- Object InvokeMember( String name, ValueClass System.Reflection.BindingFlags invokeAttr, Class System.Reflection.Binder binder, Object target, SZArray Object args, SZArray ValueClass System.Reflection.ParameterModifier modifiers, Class System.Globalization.CultureInfo culture, SZArray String namedParameters);
- Class System.Reflection.Module get_Module();
- Class System.Reflection.Assembly get_Assembly();
- ValueClass System.RuntimeTypeHandle get_TypeHandle();
- String get_Name();
- String get_FullName();
- String get_AssemblyQualifiedName();
- String ToString();
- String get_Namespace();
- Class System.Type get_BaseType();
- Class System.Reflection.ConstructorInfo GetConstructorImpl( ValueClass System.Reflection.BindingFlags bindingAttr, Class System.Reflection.Binder binder, ValueClass System.Reflection.CallingConventions callConvention, SZArray Class System.Type types, SZArray ValueClass System.Reflection.ParameterModifier modifiers);
- SZArray Class System.Reflection.ConstructorInfo GetConstructors( ValueClass System.Reflection.BindingFlags bindingAttr);
- Class System.Reflection.MethodInfo GetMethodImpl( String name, ValueClass System.Reflection.BindingFlags bindingAttr, Class System.Reflection.Binder binder, ValueClass System.Reflection.CallingConventions callConvention, SZArray Class System.Type types, SZArray ValueClass System.Reflection.ParameterModifier modifiers);
- SZArray Class System.Reflection.MethodInfo GetMethods( ValueClass System.Reflection.BindingFlags bindingAttr);
- Class System.Reflection.FieldInfo GetField( String name, ValueClass System.Reflection.BindingFlags bindingAttr);
- SZArray Class System.Reflection.FieldInfo GetFields( ValueClass System.Reflection.BindingFlags bindingAttr);
- Class System.Type GetInterface( String name, Boolean ignoreCase);
- SZArray Class System.Type GetInterfaces();
- Class System.Reflection.EventInfo GetEvent( String name, ValueClass System.Reflection.BindingFlags bindingAttr);
- SZArray Class System.Reflection.EventInfo GetEvents();
- Class System.Reflection.PropertyInfo GetPropertyImpl( String name, ValueClass System.Reflection.BindingFlags bindingAttr, Class System.Reflection.Binder binder, Class System.Type returnType, SZArray Class System.Type types, SZArray ValueClass System.Reflection.ParameterModifier modifiers);
- SZArray Class System.Reflection.PropertyInfo GetProperties( ValueClass System.Reflection.BindingFlags bindingAttr);
- SZArray Class System.Type GetNestedTypes( ValueClass System.Reflection.BindingFlags bindingAttr);
- Class System.Type GetNestedType( String name, ValueClass System.Reflection.BindingFlags bindingAttr);
- SZArray Class System.Reflection.MemberInfo GetMember( String name, ValueClass System.Reflection.MemberTypes type, ValueClass System.Reflection.BindingFlags bindingAttr);
- SZArray Class System.Reflection.MemberInfo GetMembers( ValueClass System.Reflection.BindingFlags bindingAttr);
- ValueClass System.Reflection.InterfaceMapping GetInterfaceMap( Class System.Type interfaceType);
- SZArray Class System.Reflection.EventInfo GetEvents( ValueClass System.Reflection.BindingFlags bindingAttr);
- ValueClass System.Reflection.TypeAttributes GetAttributeFlagsImpl();
- Boolean IsArrayImpl();
- Boolean IsPointerImpl();
- Boolean IsByRefImpl();
- Boolean IsPrimitiveImpl();
- Boolean IsValueTypeImpl();
- Boolean IsCOMObjectImpl();
- Class System.Type GetElementType();
- Boolean HasElementTypeImpl();
- Class System.Type get_UnderlyingSystemType();
- SZArray Object GetCustomAttributes( Boolean inherit);
- SZArray Object GetCustomAttributes( Class System.Type attributeType, Boolean inherit);
- Boolean IsDefined( Class System.Type attributeType, Boolean inherit);
- property GUID { get(){} set(){} };
- property Module { get(){} set(){} };
- property Assembly { get(){} set(){} };
- property TypeHandle { get(){} set(){} };
- property Name { get(){} set(){} };
- property FullName { get(){} set(){} };
- property AssemblyQualifiedName { get(){} set(){} };
- property Namespace { get(){} set(){} };
- property BaseType { get(){} set(){} };
- property UnderlyingSystemType { get(){} set(){} };
- }
- class System.Reflection.Emit.SignatureBuffer : System.Object
- {
- UI4 SIGN_MASK_ONEBYTE;
- UI4 SIGN_MASK_TWOBYTE;
- UI4 SIGN_MASK_FOURBYTE;
- I4 m_curPos;
- SZArray UI1 m_buf;
- Void System.Reflection.Emit.SignatureBuffer();
- Void EnsureCapacity( I4 iSize);
- Void AddInteger( I4 iData);
- Void AddToken( I4 token);
- Void AddData( I4 data);
- Void AddElementType( I4 cvt);
- Void PutByte( UI1 b);
- }
- class System.Reflection.Emit.SymbolMethod : System.Reflection.MethodInfo
- {
- Class System.Reflection.Emit.ModuleBuilder m_module;
- Class System.Type m_containingType;
- String m_name;
- ValueClass System.Reflection.CallingConventions m_callingConvention;
- Class System.Type m_returnType;
- ValueClass System.Reflection.Emit.MethodToken m_mdMethod;
- SZArray Class System.Type m_parameterTypes;
- Class System.Reflection.Emit.SignatureHelper m_signature;
- Void System.Reflection.Emit.SymbolMethod( Class System.Reflection.Emit.ModuleBuilder mod, ValueClass System.Reflection.Emit.MethodToken token, Class System.Type arrayClass, String methodName, ValueClass System.Reflection.CallingConventions callingConvention, Class System.Type returnType, SZArray Class System.Type parameterTypes);
- Class System.Reflection.Module GetModule();
- SZArray Class System.Type GetParameterTypes();
- ValueClass System.Reflection.Emit.MethodToken GetToken();
- ValueClass System.Reflection.Emit.MethodToken GetToken( Class System.Reflection.Emit.ModuleBuilder mod);
- Class System.Type get_ReturnType();
- Class System.Reflection.ICustomAttributeProvider get_ReturnTypeCustomAttributes();
- Object Invoke( Object obj, ValueClass System.Reflection.BindingFlags invokeAttr, Class System.Reflection.Binder binder, SZArray Object parameters, Class System.Globalization.CultureInfo culture);
- String get_Signature();
- SZArray Class System.Reflection.ParameterInfo GetParameters();
- ValueClass System.Reflection.MethodImplAttributes GetMethodImplementationFlags();
- ValueClass System.Reflection.MethodAttributes get_Attributes();
- ValueClass System.Reflection.CallingConventions get_CallingConvention();
- SZArray Object GetCustomAttributes( Boolean inherit);
- SZArray Object GetCustomAttributes( Class System.Type attributeType, Boolean inherit);
- Boolean IsDefined( Class System.Type attributeType, Boolean inherit);
- Class System.Type get_ReflectedType();
- Class System.Reflection.MethodInfo GetBaseDefinition();
- String get_Name();
- Class System.Type get_DeclaringType();
- ValueClass System.RuntimeMethodHandle get_MethodHandle();
- property ReturnType { get(){} set(){} };
- property ReturnTypeCustomAttributes { get(){} set(){} };
- property Signature { get(){} set(){} };
- property Attributes { get(){} set(){} };
- property CallingConvention { get(){} set(){} };
- property ReflectedType { get(){} set(){} };
- property Name { get(){} set(){} };
- property DeclaringType { get(){} set(){} };
- property MethodHandle { get(){} set(){} };
- }
- class System.Reflection.Emit.CustomAttributeBuilder : System.Object
- {
- UI1 SERIALIZATION_TYPE_BOOLEAN;
- UI1 SERIALIZATION_TYPE_CHAR;
- UI1 SERIALIZATION_TYPE_I1;
- UI1 SERIALIZATION_TYPE_U1;
- UI1 SERIALIZATION_TYPE_I2;
- UI1 SERIALIZATION_TYPE_U2;
- UI1 SERIALIZATION_TYPE_I4;
- UI1 SERIALIZATION_TYPE_U4;
- UI1 SERIALIZATION_TYPE_I8;
- UI1 SERIALIZATION_TYPE_U8;
- UI1 SERIALIZATION_TYPE_R4;
- UI1 SERIALIZATION_TYPE_R8;
- UI1 SERIALIZATION_TYPE_STRING;
- UI1 SERIALIZATION_TYPE_SZARRAY;
- UI1 SERIALIZATION_TYPE_TYPE;
- UI1 SERIALIZATION_TYPE_TAGGED_OBJECT;
- UI1 SERIALIZATION_TYPE_FIELD;
- UI1 SERIALIZATION_TYPE_PROPERTY;
- UI1 SERIALIZATION_TYPE_ENUM;
- Class System.Reflection.ConstructorInfo m_con;
- SZArray Object m_constructorArgs;
- SZArray UI1 m_blob;
- Void System.Reflection.Emit.CustomAttributeBuilder( Class System.Reflection.ConstructorInfo con, SZArray Object constructorArgs);
- Void System.Reflection.Emit.CustomAttributeBuilder( Class System.Reflection.ConstructorInfo con, SZArray Object constructorArgs, SZArray Class System.Reflection.PropertyInfo namedProperties, SZArray Object propertyValues);
- Void System.Reflection.Emit.CustomAttributeBuilder( Class System.Reflection.ConstructorInfo con, SZArray Object constructorArgs, SZArray Class System.Reflection.FieldInfo namedFields, SZArray Object fieldValues);
- Void System.Reflection.Emit.CustomAttributeBuilder( Class System.Reflection.ConstructorInfo con, SZArray Object constructorArgs, SZArray Class System.Reflection.PropertyInfo namedProperties, SZArray Object propertyValues, SZArray Class System.Reflection.FieldInfo namedFields, SZArray Object fieldValues);
- Boolean ValidateType( Class System.Type t);
- Void InitCustomAttributeBuilder( Class System.Reflection.ConstructorInfo con, SZArray Object constructorArgs, SZArray Class System.Reflection.PropertyInfo namedProperties, SZArray Object propertyValues, SZArray Class System.Reflection.FieldInfo namedFields, SZArray Object fieldValues);
- Void EmitType( Class System.IO.BinaryWriter writer, Class System.Type type);
- Void EmitString( Class System.IO.BinaryWriter writer, String str);
- Void EmitValue( Class System.IO.BinaryWriter writer, Class System.Type type, Object value);
- Void CreateCustomAttribute( Class System.Reflection.Emit.ModuleBuilder mod, I4 tkOwner);
- I4 PrepareCreateCustomAttributeToDisk( Class System.Reflection.Emit.ModuleBuilder mod);
- Void CreateCustomAttribute( Class System.Reflection.Emit.ModuleBuilder mod, I4 tkOwner, I4 tkAttrib, Boolean toDisk);
- }
- class System.Reflection.Emit.MethodRental : System.Object
- {
- I4 JitOnDemand;
- I4 JitImmediate;
- Void SwapMethodBody( Class System.Type cls, I4 methodtoken, I rgIL, I4 methodSize, I4 flags);
- Void SwapMethodBodyHelper( Class System.RuntimeType cls, I4 methodtoken, I rgIL, I4 methodSize, I4 flags, ByRef ValueClass System.Threading.StackCrawlMark stackMark);
- Void System.Reflection.Emit.MethodRental();
- }
- class System.Reflection.Emit.MethodToken : System.ValueType
- {
- ValueClass System.Reflection.Emit.MethodToken Empty;
- I4 m_method;
- Void System.Reflection.Emit.MethodToken( I4 str);
- I4 get_Token();
- I4 GetHashCode();
- Boolean Equals( Object obj);
- Void System.Reflection.Emit.MethodToken();
- property Token { get(){} set(){} };
- }
- class System.Reflection.Emit.ModuleBuilder : System.Reflection.Module
- {
- Class System.Type GetType( String className);
- Class System.Type GetType( String className, Boolean ignoreCase);
- Class System.Type GetType( String className, Boolean throwOnError, Boolean ignoreCase);
- Class System.Type GetType( String className, Boolean throwOnError, Boolean ignoreCase, ByRef ValueClass System.Threading.StackCrawlMark stackMark);
- Class System.Type GetType( String strFormat, Class System.Type baseType);
- Class System.Type FindTypeBuilderWithName( String strTypeName, Boolean ignoreCase, ByRef ValueClass System.Threading.StackCrawlMark stackMark);
- SZArray Class System.Type GetTypes();
- String get_FullyQualifiedName();
- Class System.Reflection.Emit.TypeBuilder DefineType( String name);
- Class System.Reflection.Emit.TypeBuilder DefineType( String name, ValueClass System.Reflection.TypeAttributes attr, Class System.Type parent, SZArray Class System.Type interfaces);
- Class System.Reflection.Emit.TypeBuilder DefineType( String name, ValueClass System.Reflection.TypeAttributes attr, Class System.Type parent);
- Class System.Reflection.Emit.TypeBuilder DefineType( String name, ValueClass System.Reflection.TypeAttributes attr);
- Class System.Reflection.Emit.TypeBuilder DefineType( String name, ValueClass System.Reflection.TypeAttributes attr, Class System.Type parent, ValueClass System.Reflection.Emit.PackingSize packingSize, I4 typesize);
- Class System.Reflection.Emit.TypeBuilder DefineType( String name, ValueClass System.Reflection.TypeAttributes attr, Class System.Type parent, I4 typesize);
- Class System.Reflection.Emit.TypeBuilder DefineType( String name, ValueClass System.Reflection.TypeAttributes attr, Class System.Type parent, ValueClass System.Reflection.Emit.PackingSize packsize);
- Class System.Reflection.Emit.EnumBuilder DefineEnum( String name, ValueClass System.Reflection.TypeAttributes visibility, Class System.Type underlyingType);
- Class System.Resources.IResourceWriter DefineResource( String name, String description);
- Class System.Resources.IResourceWriter DefineResource( String name, String description, ValueClass System.Reflection.ResourceAttributes attribute);
- Class System.Reflection.Emit.MethodBuilder DefineGlobalMethod( String name, ValueClass System.Reflection.MethodAttributes attributes, Class System.Type returnType, SZArray Class System.Type parameterTypes);
- Class System.Reflection.Emit.MethodBuilder DefineGlobalMethod( String name, ValueClass System.Reflection.MethodAttributes attributes, ValueClass System.Reflection.CallingConventions callingConvention, Class System.Type returnType, SZArray Class System.Type parameterTypes);
- Class System.Reflection.Emit.FieldBuilder DefineInitializedData( String name, SZArray UI1 data, ValueClass System.Reflection.FieldAttributes attributes);
- Class System.Reflection.Emit.FieldBuilder DefineUninitializedData( String name, I4 size, ValueClass System.Reflection.FieldAttributes attributes);
- ValueClass System.Reflection.Emit.TypeToken GetTypeToken( Class System.Type type);
- Class System.Type GetBaseType( Class System.Type type);
- I4 GetTypeRefNested( Class System.Type type, Class System.Reflection.Module refedModule, String strRefedModuleFileName);
- ValueClass System.Reflection.Emit.TypeToken GetTypeToken( String name);
- ValueClass System.Reflection.Emit.MethodToken GetMethodToken( Class System.Reflection.MethodInfo method);
- ValueClass System.Reflection.Emit.MethodToken GetArrayMethodToken( Class System.Type arrayClass, String methodName, ValueClass System.Reflection.CallingConventions callingConvention, Class System.Type returnType, SZArray Class System.Type parameterTypes);
- Class System.Reflection.MethodInfo GetArrayMethod( Class System.Type arrayClass, String methodName, ValueClass System.Reflection.CallingConventions callingConvention, Class System.Type returnType, SZArray Class System.Type parameterTypes);
- ValueClass System.Reflection.Emit.FieldToken GetFieldToken( Class System.Reflection.FieldInfo field);
- ValueClass System.Reflection.Emit.StringToken GetStringConstant( String str);
- Void SetEntryPoint( Class System.Reflection.MethodInfo entryPoint);
- Void SetCustomAttribute( Class System.Reflection.ConstructorInfo con, SZArray UI1 binaryAttribute);
- Void SetCustomAttribute( Class System.Reflection.Emit.CustomAttributeBuilder customBuilder);
- Void PreSave( String fileName);
- Void Save( String fileName, Boolean isAssemblyFile);
- ValueClass System.Reflection.Emit.SignatureToken GetSignatureToken( Class System.Reflection.Emit.SignatureHelper sigHelper);
- ValueClass System.Reflection.Emit.SignatureToken GetSignatureToken( SZArray UI1 sigBytes, I4 sigLength);
- ValueClass System.Reflection.Emit.MethodToken GetConstructorToken( Class System.Reflection.ConstructorInfo con);
- ValueClass System.Reflection.Emit.MethodToken InternalGetConstructorToken( Class System.Reflection.ConstructorInfo con, Boolean usingRef);
- Class System.Diagnostics.SymbolStore.ISymbolWriter GetSymWriter();
- Void SetUserEntryPoint( Class System.Reflection.MethodInfo entryPoint);
- Class System.Diagnostics.SymbolStore.ISymbolDocumentWriter DefineDocument( String url, ValueClass System.Guid language, ValueClass System.Guid languageVendor, ValueClass System.Guid documentType);
- Void SetSymCustomAttribute( String name, SZArray UI1 data);
- Class System.Reflection.Emit.MethodBuilder DefinePInvokeMethod( String name, String dllName, ValueClass System.Reflection.MethodAttributes attributes, ValueClass System.Reflection.CallingConventions callingConvention, Class System.Type returnType, SZArray Class System.Type parameterTypes, ValueClass System.Runtime.InteropServices.CallingConvention nativeCallConv, ValueClass System.Runtime.InteropServices.CharSet nativeCharSet);
- Class System.Reflection.Emit.MethodBuilder DefinePInvokeMethod( String name, String dllName, String entryName, ValueClass System.Reflection.MethodAttributes attributes, ValueClass System.Reflection.CallingConventions callingConvention, Class System.Type returnType, SZArray Class System.Type parameterTypes, ValueClass System.Runtime.InteropServices.CallingConvention nativeCallConv, ValueClass System.Runtime.InteropServices.CharSet nativeCharSet);
- Void CreateGlobalFunctions();
- Boolean IsTransient();
- Void DefineUnmanagedResource( SZArray UI1 resource);
- Void DefineUnmanagedResource( String resourceFileName);
- Void DefineUnmanagedResourceFileInternal( String resourceFileName);
- Void System.Reflection.Emit.ModuleBuilder();
- Void Enter();
- Void Exit();
- Void Init( String strModuleName, String strFileName, Class System.Diagnostics.SymbolStore.ISymbolWriter writer);
- String UnmangleTypeName( String typeName);
- property FullyQualifiedName { get(){} set(){} };
- }
- class System.Reflection.Emit.ModuleBuilderData : System.Object
- {
- String m_strModuleName;
- String m_strFileName;
- Boolean m_fGlobalBeenCreated;
- Boolean m_fHasGlobal;
- Class System.Reflection.Emit.TypeBuilder m_globalTypeBuilder;
- Class System.Reflection.Emit.ModuleBuilder m_module;
- I4 m_tkFile;
- Boolean m_isSaved;
- Class System.Reflection.Emit.ResWriterData m_embeddedRes;
- String MULTI_BYTE_VALUE_CLASS;
- Boolean m_isTransient;
- Boolean m_fHasExplicitUnmanagedResource;
- String m_strResourceFileName;
- SZArray UI1 m_resourceBytes;
- Void System.Reflection.Emit.ModuleBuilderData( Class System.Reflection.Emit.ModuleBuilder module, String strModuleName, String strFileName);
- Void Init( Class System.Reflection.Emit.ModuleBuilder module, String strModuleName, String strFileName);
- Boolean IsTransient();
- Void System.Reflection.Emit.ModuleBuilderData();
- }
- class System.Reflection.Emit.PEFileKinds : System.Enum
- {
- I4 value__;
- ValueClass System.Reflection.Emit.PEFileKinds Dll;
- ValueClass System.Reflection.Emit.PEFileKinds ConsoleApplication;
- ValueClass System.Reflection.Emit.PEFileKinds WindowApplication;
- }
- class System.Reflection.Emit.OpCodes : System.Object
- {
- ValueClass System.Reflection.Emit.OpCode Nop;
- ValueClass System.Reflection.Emit.OpCode Break;
- ValueClass System.Reflection.Emit.OpCode Ldarg_0;
- ValueClass System.Reflection.Emit.OpCode Ldarg_1;
- ValueClass System.Reflection.Emit.OpCode Ldarg_2;
- ValueClass System.Reflection.Emit.OpCode Ldarg_3;
- ValueClass System.Reflection.Emit.OpCode Ldloc_0;
- ValueClass System.Reflection.Emit.OpCode Ldloc_1;
- ValueClass System.Reflection.Emit.OpCode Ldloc_2;
- ValueClass System.Reflection.Emit.OpCode Ldloc_3;
- ValueClass System.Reflection.Emit.OpCode Stloc_0;
- ValueClass System.Reflection.Emit.OpCode Stloc_1;
- ValueClass System.Reflection.Emit.OpCode Stloc_2;
- ValueClass System.Reflection.Emit.OpCode Stloc_3;
- ValueClass System.Reflection.Emit.OpCode Ldarg_S;
- ValueClass System.Reflection.Emit.OpCode Ldarga_S;
- ValueClass System.Reflection.Emit.OpCode Starg_S;
- ValueClass System.Reflection.Emit.OpCode Ldloc_S;
- ValueClass System.Reflection.Emit.OpCode Ldloca_S;
- ValueClass System.Reflection.Emit.OpCode Stloc_S;
- ValueClass System.Reflection.Emit.OpCode Ldnull;
- ValueClass System.Reflection.Emit.OpCode Ldc_I4_M1;
- ValueClass System.Reflection.Emit.OpCode Ldc_I4_0;
- ValueClass System.Reflection.Emit.OpCode Ldc_I4_1;
- ValueClass System.Reflection.Emit.OpCode Ldc_I4_2;
- ValueClass System.Reflection.Emit.OpCode Ldc_I4_3;
- ValueClass System.Reflection.Emit.OpCode Ldc_I4_4;
- ValueClass System.Reflection.Emit.OpCode Ldc_I4_5;
- ValueClass System.Reflection.Emit.OpCode Ldc_I4_6;
- ValueClass System.Reflection.Emit.OpCode Ldc_I4_7;
- ValueClass System.Reflection.Emit.OpCode Ldc_I4_8;
- ValueClass System.Reflection.Emit.OpCode Ldc_I4_S;
- ValueClass System.Reflection.Emit.OpCode Ldc_I4;
- ValueClass System.Reflection.Emit.OpCode Ldc_I8;
- ValueClass System.Reflection.Emit.OpCode Ldc_R4;
- ValueClass System.Reflection.Emit.OpCode Ldc_R8;
- ValueClass System.Reflection.Emit.OpCode Dup;
- ValueClass System.Reflection.Emit.OpCode Pop;
- ValueClass System.Reflection.Emit.OpCode Jmp;
- ValueClass System.Reflection.Emit.OpCode Call;
- ValueClass System.Reflection.Emit.OpCode Calli;
- ValueClass System.Reflection.Emit.OpCode Ret;
- ValueClass System.Reflection.Emit.OpCode Br_S;
- ValueClass System.Reflection.Emit.OpCode Brfalse_S;
- ValueClass System.Reflection.Emit.OpCode Brtrue_S;
- ValueClass System.Reflection.Emit.OpCode Beq_S;
- ValueClass System.Reflection.Emit.OpCode Bge_S;
- ValueClass System.Reflection.Emit.OpCode Bgt_S;
- ValueClass System.Reflection.Emit.OpCode Ble_S;
- ValueClass System.Reflection.Emit.OpCode Blt_S;
- ValueClass System.Reflection.Emit.OpCode Bne_Un_S;
- ValueClass System.Reflection.Emit.OpCode Bge_Un_S;
- ValueClass System.Reflection.Emit.OpCode Bgt_Un_S;
- ValueClass System.Reflection.Emit.OpCode Ble_Un_S;
- ValueClass System.Reflection.Emit.OpCode Blt_Un_S;
- ValueClass System.Reflection.Emit.OpCode Br;
- ValueClass System.Reflection.Emit.OpCode Brfalse;
- ValueClass System.Reflection.Emit.OpCode Brtrue;
- ValueClass System.Reflection.Emit.OpCode Beq;
- ValueClass System.Reflection.Emit.OpCode Bge;
- ValueClass System.Reflection.Emit.OpCode Bgt;
- ValueClass System.Reflection.Emit.OpCode Ble;
- ValueClass System.Reflection.Emit.OpCode Blt;
- ValueClass System.Reflection.Emit.OpCode Bne_Un;
- ValueClass System.Reflection.Emit.OpCode Bge_Un;
- ValueClass System.Reflection.Emit.OpCode Bgt_Un;
- ValueClass System.Reflection.Emit.OpCode Ble_Un;
- ValueClass System.Reflection.Emit.OpCode Blt_Un;
- ValueClass System.Reflection.Emit.OpCode Switch;
- ValueClass System.Reflection.Emit.OpCode Ldind_I1;
- ValueClass System.Reflection.Emit.OpCode Ldind_U1;
- ValueClass System.Reflection.Emit.OpCode Ldind_I2;
- ValueClass System.Reflection.Emit.OpCode Ldind_U2;
- ValueClass System.Reflection.Emit.OpCode Ldind_I4;
- ValueClass System.Reflection.Emit.OpCode Ldind_U4;
- ValueClass System.Reflection.Emit.OpCode Ldind_I8;
- ValueClass System.Reflection.Emit.OpCode Ldind_I;
- ValueClass System.Reflection.Emit.OpCode Ldind_R4;
- ValueClass System.Reflection.Emit.OpCode Ldind_R8;
- ValueClass System.Reflection.Emit.OpCode Ldind_Ref;
- ValueClass System.Reflection.Emit.OpCode Stind_Ref;
- ValueClass System.Reflection.Emit.OpCode Stind_I1;
- ValueClass System.Reflection.Emit.OpCode Stind_I2;
- ValueClass System.Reflection.Emit.OpCode Stind_I4;
- ValueClass System.Reflection.Emit.OpCode Stind_I8;
- ValueClass System.Reflection.Emit.OpCode Stind_R4;
- ValueClass System.Reflection.Emit.OpCode Stind_R8;
- ValueClass System.Reflection.Emit.OpCode Add;
- ValueClass System.Reflection.Emit.OpCode Sub;
- ValueClass System.Reflection.Emit.OpCode Mul;
- ValueClass System.Reflection.Emit.OpCode Div;
- ValueClass System.Reflection.Emit.OpCode Div_Un;
- ValueClass System.Reflection.Emit.OpCode Rem;
- ValueClass System.Reflection.Emit.OpCode Rem_Un;
- ValueClass System.Reflection.Emit.OpCode And;
- ValueClass System.Reflection.Emit.OpCode Or;
- ValueClass System.Reflection.Emit.OpCode Xor;
- ValueClass System.Reflection.Emit.OpCode Shl;
- ValueClass System.Reflection.Emit.OpCode Shr;
- ValueClass System.Reflection.Emit.OpCode Shr_Un;
- ValueClass System.Reflection.Emit.OpCode Neg;
- ValueClass System.Reflection.Emit.OpCode Not;
- ValueClass System.Reflection.Emit.OpCode Conv_I1;
- ValueClass System.Reflection.Emit.OpCode Conv_I2;
- ValueClass System.Reflection.Emit.OpCode Conv_I4;
- ValueClass System.Reflection.Emit.OpCode Conv_I8;
- ValueClass System.Reflection.Emit.OpCode Conv_R4;
- ValueClass System.Reflection.Emit.OpCode Conv_R8;
- ValueClass System.Reflection.Emit.OpCode Conv_U4;
- ValueClass System.Reflection.Emit.OpCode Conv_U8;
- ValueClass System.Reflection.Emit.OpCode Callvirt;
- ValueClass System.Reflection.Emit.OpCode Cpobj;
- ValueClass System.Reflection.Emit.OpCode Ldobj;
- ValueClass System.Reflection.Emit.OpCode Ldstr;
- ValueClass System.Reflection.Emit.OpCode Newobj;
- ValueClass System.Reflection.Emit.OpCode Castclass;
- ValueClass System.Reflection.Emit.OpCode Isinst;
- ValueClass System.Reflection.Emit.OpCode Conv_R_Un;
- ValueClass System.Reflection.Emit.OpCode Unbox;
- ValueClass System.Reflection.Emit.OpCode Throw;
- ValueClass System.Reflection.Emit.OpCode Ldfld;
- ValueClass System.Reflection.Emit.OpCode Ldflda;
- ValueClass System.Reflection.Emit.OpCode Stfld;
- ValueClass System.Reflection.Emit.OpCode Ldsfld;
- ValueClass System.Reflection.Emit.OpCode Ldsflda;
- ValueClass System.Reflection.Emit.OpCode Stsfld;
- ValueClass System.Reflection.Emit.OpCode Stobj;
- ValueClass System.Reflection.Emit.OpCode Conv_Ovf_I1_Un;
- ValueClass System.Reflection.Emit.OpCode Conv_Ovf_I2_Un;
- ValueClass System.Reflection.Emit.OpCode Conv_Ovf_I4_Un;
- ValueClass System.Reflection.Emit.OpCode Conv_Ovf_I8_Un;
- ValueClass System.Reflection.Emit.OpCode Conv_Ovf_U1_Un;
- ValueClass System.Reflection.Emit.OpCode Conv_Ovf_U2_Un;
- ValueClass System.Reflection.Emit.OpCode Conv_Ovf_U4_Un;
- ValueClass System.Reflection.Emit.OpCode Conv_Ovf_U8_Un;
- ValueClass System.Reflection.Emit.OpCode Conv_Ovf_I_Un;
- ValueClass System.Reflection.Emit.OpCode Conv_Ovf_U_Un;
- ValueClass System.Reflection.Emit.OpCode Box;
- ValueClass System.Reflection.Emit.OpCode Newarr;
- ValueClass System.Reflection.Emit.OpCode Ldlen;
- ValueClass System.Reflection.Emit.OpCode Ldelema;
- ValueClass System.Reflection.Emit.OpCode Ldelem_I1;
- ValueClass System.Reflection.Emit.OpCode Ldelem_U1;
- ValueClass System.Reflection.Emit.OpCode Ldelem_I2;
- ValueClass System.Reflection.Emit.OpCode Ldelem_U2;
- ValueClass System.Reflection.Emit.OpCode Ldelem_I4;
- ValueClass System.Reflection.Emit.OpCode Ldelem_U4;
- ValueClass System.Reflection.Emit.OpCode Ldelem_I8;
- ValueClass System.Reflection.Emit.OpCode Ldelem_I;
- ValueClass System.Reflection.Emit.OpCode Ldelem_R4;
- ValueClass System.Reflection.Emit.OpCode Ldelem_R8;
- ValueClass System.Reflection.Emit.OpCode Ldelem_Ref;
- ValueClass System.Reflection.Emit.OpCode Stelem_I;
- ValueClass System.Reflection.Emit.OpCode Stelem_I1;
- ValueClass System.Reflection.Emit.OpCode Stelem_I2;
- ValueClass System.Reflection.Emit.OpCode Stelem_I4;
- ValueClass System.Reflection.Emit.OpCode Stelem_I8;
- ValueClass System.Reflection.Emit.OpCode Stelem_R4;
- ValueClass System.Reflection.Emit.OpCode Stelem_R8;
- ValueClass System.Reflection.Emit.OpCode Stelem_Ref;
- ValueClass System.Reflection.Emit.OpCode Conv_Ovf_I1;
- ValueClass System.Reflection.Emit.OpCode Conv_Ovf_U1;
- ValueClass System.Reflection.Emit.OpCode Conv_Ovf_I2;
- ValueClass System.Reflection.Emit.OpCode Conv_Ovf_U2;
- ValueClass System.Reflection.Emit.OpCode Conv_Ovf_I4;
- ValueClass System.Reflection.Emit.OpCode Conv_Ovf_U4;
- ValueClass System.Reflection.Emit.OpCode Conv_Ovf_I8;
- ValueClass System.Reflection.Emit.OpCode Conv_Ovf_U8;
- ValueClass System.Reflection.Emit.OpCode Refanyval;
- ValueClass System.Reflection.Emit.OpCode Ckfinite;
- ValueClass System.Reflection.Emit.OpCode Mkrefany;
- ValueClass System.Reflection.Emit.OpCode Ldtoken;
- ValueClass System.Reflection.Emit.OpCode Conv_U2;
- ValueClass System.Reflection.Emit.OpCode Conv_U1;
- ValueClass System.Reflection.Emit.OpCode Conv_I;
- ValueClass System.Reflection.Emit.OpCode Conv_Ovf_I;
- ValueClass System.Reflection.Emit.OpCode Conv_Ovf_U;
- ValueClass System.Reflection.Emit.OpCode Add_Ovf;
- ValueClass System.Reflection.Emit.OpCode Add_Ovf_Un;
- ValueClass System.Reflection.Emit.OpCode Mul_Ovf;
- ValueClass System.Reflection.Emit.OpCode Mul_Ovf_Un;
- ValueClass System.Reflection.Emit.OpCode Sub_Ovf;
- ValueClass System.Reflection.Emit.OpCode Sub_Ovf_Un;
- ValueClass System.Reflection.Emit.OpCode Endfinally;
- ValueClass System.Reflection.Emit.OpCode Leave;
- ValueClass System.Reflection.Emit.OpCode Leave_S;
- ValueClass System.Reflection.Emit.OpCode Stind_I;
- ValueClass System.Reflection.Emit.OpCode Conv_U;
- ValueClass System.Reflection.Emit.OpCode Prefix7;
- ValueClass System.Reflection.Emit.OpCode Prefix6;
- ValueClass System.Reflection.Emit.OpCode Prefix5;
- ValueClass System.Reflection.Emit.OpCode Prefix4;
- ValueClass System.Reflection.Emit.OpCode Prefix3;
- ValueClass System.Reflection.Emit.OpCode Prefix2;
- ValueClass System.Reflection.Emit.OpCode Prefix1;
- ValueClass System.Reflection.Emit.OpCode Prefixref;
- ValueClass System.Reflection.Emit.OpCode Arglist;
- ValueClass System.Reflection.Emit.OpCode Ceq;
- ValueClass System.Reflection.Emit.OpCode Cgt;
- ValueClass System.Reflection.Emit.OpCode Cgt_Un;
- ValueClass System.Reflection.Emit.OpCode Clt;
- ValueClass System.Reflection.Emit.OpCode Clt_Un;
- ValueClass System.Reflection.Emit.OpCode Ldftn;
- ValueClass System.Reflection.Emit.OpCode Ldvirtftn;
- ValueClass System.Reflection.Emit.OpCode Ldarg;
- ValueClass System.Reflection.Emit.OpCode Ldarga;
- ValueClass System.Reflection.Emit.OpCode Starg;
- ValueClass System.Reflection.Emit.OpCode Ldloc;
- ValueClass System.Reflection.Emit.OpCode Ldloca;
- ValueClass System.Reflection.Emit.OpCode Stloc;
- ValueClass System.Reflection.Emit.OpCode Localloc;
- ValueClass System.Reflection.Emit.OpCode Endfilter;
- ValueClass System.Reflection.Emit.OpCode Unaligned;
- ValueClass System.Reflection.Emit.OpCode Volatile;
- ValueClass System.Reflection.Emit.OpCode Tailcall;
- ValueClass System.Reflection.Emit.OpCode Initobj;
- ValueClass System.Reflection.Emit.OpCode Cpblk;
- ValueClass System.Reflection.Emit.OpCode Initblk;
- ValueClass System.Reflection.Emit.OpCode Rethrow;
- ValueClass System.Reflection.Emit.OpCode Sizeof;
- ValueClass System.Reflection.Emit.OpCode Refanytype;
- Void System.Reflection.Emit.OpCodes();
- Boolean TakesSingleByteArgument( ValueClass System.Reflection.Emit.OpCode inst);
- Void System.Reflection.Emit.OpCodes();
- }
- class System.Reflection.Emit.OpCode : System.ValueType
- {
- String m_stringname;
- ValueClass System.Reflection.Emit.StackBehaviour m_pop;
- ValueClass System.Reflection.Emit.StackBehaviour m_push;
- ValueClass System.Reflection.Emit.OperandType m_operand;
- ValueClass System.Reflection.Emit.OpCodeType m_type;
- I4 m_size;
- UI1 m_s1;
- UI1 m_s2;
- ValueClass System.Reflection.Emit.FlowControl m_ctrl;
- Boolean m_endsUncondJmpBlk;
- I4 m_stackChange;
- Void System.Reflection.Emit.OpCode( String stringname, ValueClass System.Reflection.Emit.StackBehaviour pop, ValueClass System.Reflection.Emit.StackBehaviour push, ValueClass System.Reflection.Emit.OperandType operand, ValueClass System.Reflection.Emit.OpCodeType type, I4 size, UI1 s1, UI1 s2, ValueClass System.Reflection.Emit.FlowControl ctrl, Boolean endsjmpblk stack);
- Boolean EndsUncondJmpBlk();
- I4 StackChange();
- ValueClass System.Reflection.Emit.OperandType get_OperandType();
- ValueClass System.Reflection.Emit.FlowControl get_FlowControl();
- ValueClass System.Reflection.Emit.OpCodeType get_OpCodeType();
- ValueClass System.Reflection.Emit.StackBehaviour get_StackBehaviourPop();
- ValueClass System.Reflection.Emit.StackBehaviour get_StackBehaviourPush();
- I4 get_Size();
- I2 get_Value();
- String get_Name();
- Boolean Equals( Object obj);
- I4 GetHashCode();
- String ToString();
- property OperandType { get(){} set(){} };
- property FlowControl { get(){} set(){} };
- property OpCodeType { get(){} set(){} };
- property StackBehaviourPop { get(){} set(){} };
- property StackBehaviourPush { get(){} set(){} };
- property Size { get(){} set(){} };
- property Value { get(){} set(){} };
- property Name { get(){} set(){} };
- }
- class System.Reflection.Emit.OpCodeType : System.Enum
- {
- I4 value__;
- ValueClass System.Reflection.Emit.OpCodeType Annotation;
- ValueClass System.Reflection.Emit.OpCodeType Macro;
- ValueClass System.Reflection.Emit.OpCodeType Nternal;
- ValueClass System.Reflection.Emit.OpCodeType Objmodel;
- ValueClass System.Reflection.Emit.OpCodeType Prefix;
- ValueClass System.Reflection.Emit.OpCodeType Primitive;
- }
- class System.Reflection.Emit.StackBehaviour : System.Enum
- {
- I4 value__;
- ValueClass System.Reflection.Emit.StackBehaviour Pop0;
- ValueClass System.Reflection.Emit.StackBehaviour Pop1;
- ValueClass System.Reflection.Emit.StackBehaviour Pop1_pop1;
- ValueClass System.Reflection.Emit.StackBehaviour Popi;
- ValueClass System.Reflection.Emit.StackBehaviour Popi_pop1;
- ValueClass System.Reflection.Emit.StackBehaviour Popi_popi;
- ValueClass System.Reflection.Emit.StackBehaviour Popi_popi8;
- ValueClass System.Reflection.Emit.StackBehaviour Popi_popi_popi;
- ValueClass System.Reflection.Emit.StackBehaviour Popi_popr4;
- ValueClass System.Reflection.Emit.StackBehaviour Popi_popr8;
- ValueClass System.Reflection.Emit.StackBehaviour Popref;
- ValueClass System.Reflection.Emit.StackBehaviour Popref_pop1;
- ValueClass System.Reflection.Emit.StackBehaviour Popref_popi;
- ValueClass System.Reflection.Emit.StackBehaviour Popref_popi_popi;
- ValueClass System.Reflection.Emit.StackBehaviour Popref_popi_popi8;
- ValueClass System.Reflection.Emit.StackBehaviour Popref_popi_popr4;
- ValueClass System.Reflection.Emit.StackBehaviour Popref_popi_popr8;
- ValueClass System.Reflection.Emit.StackBehaviour Popref_popi_popref;
- ValueClass System.Reflection.Emit.StackBehaviour Push0;
- ValueClass System.Reflection.Emit.StackBehaviour Push1;
- ValueClass System.Reflection.Emit.StackBehaviour Push1_push1;
- ValueClass System.Reflection.Emit.StackBehaviour Pushi;
- ValueClass System.Reflection.Emit.StackBehaviour Pushi8;
- ValueClass System.Reflection.Emit.StackBehaviour Pushr4;
- ValueClass System.Reflection.Emit.StackBehaviour Pushr8;
- ValueClass System.Reflection.Emit.StackBehaviour Pushref;
- ValueClass System.Reflection.Emit.StackBehaviour Varpop;
- ValueClass System.Reflection.Emit.StackBehaviour Varpush;
- }
- class System.Reflection.Emit.OperandType : System.Enum
- {
- I4 value__;
- ValueClass System.Reflection.Emit.OperandType InlineBrTarget;
- ValueClass System.Reflection.Emit.OperandType InlineField;
- ValueClass System.Reflection.Emit.OperandType InlineI;
- ValueClass System.Reflection.Emit.OperandType InlineI8;
- ValueClass System.Reflection.Emit.OperandType InlineMethod;
- ValueClass System.Reflection.Emit.OperandType InlineNone;
- ValueClass System.Reflection.Emit.OperandType InlinePhi;
- ValueClass System.Reflection.Emit.OperandType InlineR;
- ValueClass System.Reflection.Emit.OperandType InlineSig;
- ValueClass System.Reflection.Emit.OperandType InlineString;
- ValueClass System.Reflection.Emit.OperandType InlineSwitch;
- ValueClass System.Reflection.Emit.OperandType InlineTok;
- ValueClass System.Reflection.Emit.OperandType InlineType;
- ValueClass System.Reflection.Emit.OperandType InlineVar;
- ValueClass System.Reflection.Emit.OperandType ShortInlineBrTarget;
- ValueClass System.Reflection.Emit.OperandType ShortInlineI;
- ValueClass System.Reflection.Emit.OperandType ShortInlineR;
- ValueClass System.Reflection.Emit.OperandType ShortInlineVar;
- }
- class System.Reflection.Emit.FlowControl : System.Enum
- {
- I4 value__;
- ValueClass System.Reflection.Emit.FlowControl Branch;
- ValueClass System.Reflection.Emit.FlowControl Break;
- ValueClass System.Reflection.Emit.FlowControl Call;
- ValueClass System.Reflection.Emit.FlowControl Cond_Branch;
- ValueClass System.Reflection.Emit.FlowControl Meta;
- ValueClass System.Reflection.Emit.FlowControl Next;
- ValueClass System.Reflection.Emit.FlowControl Phi;
- ValueClass System.Reflection.Emit.FlowControl Return;
- ValueClass System.Reflection.Emit.FlowControl Throw;
- }
- class System.Reflection.Emit.ParameterBuilder : System.Object
- {
- String m_strParamName;
- I4 m_iPosition;
- ValueClass System.Reflection.ParameterAttributes m_attributes;
- Class System.Reflection.Emit.MethodBuilder m_methodBuilder;
- ValueClass System.Reflection.Emit.ParameterToken m_pdToken;
- Void SetMarshal( Class System.Reflection.Emit.UnmanagedMarshal unmanagedMarshal);
- Void SetConstant( Object defaultValue);
- Void SetCustomAttribute( Class System.Reflection.ConstructorInfo con, SZArray UI1 binaryAttribute);
- Void SetCustomAttribute( Class System.Reflection.Emit.CustomAttributeBuilder customBuilder);
- Void System.Reflection.Emit.ParameterBuilder();
- Void System.Reflection.Emit.ParameterBuilder( Class System.Reflection.Emit.MethodBuilder methodBuilder, I4 sequence, ValueClass System.Reflection.ParameterAttributes attributes, String strParamName);
- ValueClass System.Reflection.Emit.ParameterToken GetToken();
- String get_Name();
- I4 get_Position();
- I4 get_Attributes();
- Boolean get_IsIn();
- Boolean get_IsOut();
- Boolean get_IsOptional();
- property Name { get(){} set(){} };
- property Position { get(){} set(){} };
- property Attributes { get(){} set(){} };
- property IsIn { get(){} set(){} };
- property IsOut { get(){} set(){} };
- property IsOptional { get(){} set(){} };
- }
- class System.Reflection.Emit.ParameterToken : System.ValueType
- {
- ValueClass System.Reflection.Emit.ParameterToken Empty;
- I4 m_tkParameter;
- Void System.Reflection.Emit.ParameterToken( I4 tkParam);
- I4 get_Token();
- I4 GetHashCode();
- Boolean Equals( Object obj);
- Void System.Reflection.Emit.ParameterToken();
- property Token { get(){} set(){} };
- }
- class System.Reflection.Emit.PropertyBuilder : System.Reflection.PropertyInfo
- {
- String m_name;
- ValueClass System.Reflection.Emit.PropertyToken m_prToken;
- Class System.Reflection.Module m_module;
- Class System.Reflection.Emit.SignatureHelper m_signature;
- ValueClass System.Reflection.PropertyAttributes m_attributes;
- Class System.Type m_returnType;
- Class System.Reflection.MethodInfo m_getMethod;
- Class System.Reflection.MethodInfo m_setMethod;
- Class System.Reflection.Emit.TypeBuilder m_containingType;
- Void System.Reflection.Emit.PropertyBuilder();
- Void System.Reflection.Emit.PropertyBuilder( Class System.Reflection.Module mod, String name, Class System.Reflection.Emit.SignatureHelper sig, ValueClass System.Reflection.PropertyAttributes attr, Class System.Type returnType, ValueClass System.Reflection.Emit.PropertyToken prToken, Class System.Reflection.Emit.TypeBuilder containingType);
- Void SetConstant( Object defaultValue);
- ValueClass System.Reflection.Emit.PropertyToken get_PropertyToken();
- Void SetGetMethod( Class System.Reflection.Emit.MethodBuilder mdBuilder);
- Void SetSetMethod( Class System.Reflection.Emit.MethodBuilder mdBuilder);
- Void AddOtherMethod( Class System.Reflection.Emit.MethodBuilder mdBuilder);
- Void SetCustomAttribute( Class System.Reflection.ConstructorInfo con, SZArray UI1 binaryAttribute);
- Void SetCustomAttribute( Class System.Reflection.Emit.CustomAttributeBuilder customBuilder);
- Object GetValue( Object obj, SZArray Object index);
- Object GetValue( Object obj, ValueClass System.Reflection.BindingFlags invokeAttr, Class System.Reflection.Binder binder, SZArray Object index, Class System.Globalization.CultureInfo culture);
- Void SetValue( Object obj, Object value, SZArray Object index);
- Void SetValue( Object obj, Object value, ValueClass System.Reflection.BindingFlags invokeAttr, Class System.Reflection.Binder binder, SZArray Object index, Class System.Globalization.CultureInfo culture);
- SZArray Class System.Reflection.MethodInfo GetAccessors( Boolean nonPublic);
- Class System.Reflection.MethodInfo GetGetMethod( Boolean nonPublic);
- Class System.Reflection.MethodInfo GetSetMethod( Boolean nonPublic);
- SZArray Class System.Reflection.ParameterInfo GetIndexParameters();
- Class System.Type get_PropertyType();
- ValueClass System.Reflection.PropertyAttributes get_Attributes();
- Boolean get_CanRead();
- Boolean get_CanWrite();
- SZArray Object GetCustomAttributes( Boolean inherit);
- SZArray Object GetCustomAttributes( Class System.Type attributeType, Boolean inherit);
- Boolean IsDefined( Class System.Type attributeType, Boolean inherit);
- String get_Name();
- Class System.Type get_DeclaringType();
- Class System.Type get_ReflectedType();
- property PropertyToken { get(){} set(){} };
- property PropertyType { get(){} set(){} };
- property Attributes { get(){} set(){} };
- property CanRead { get(){} set(){} };
- property CanWrite { get(){} set(){} };
- property Name { get(){} set(){} };
- property DeclaringType { get(){} set(){} };
- property ReflectedType { get(){} set(){} };
- }
- class System.Reflection.Emit.PropertyToken : System.ValueType
- {
- ValueClass System.Reflection.Emit.PropertyToken Empty;
- I4 m_property;
- I4 get_Token();
- I4 GetHashCode();
- Boolean Equals( Object obj);
- Void System.Reflection.Emit.PropertyToken();
- property Token { get(){} set(){} };
- }
- class System.Reflection.Emit.SignatureHelper : System.Object
- {
- I4 mdtTypeRef;
- I4 mdtTypeDef;
- I4 mdtTypeSpec;
- UI1 ELEMENT_TYPE_END;
- UI1 ELEMENT_TYPE_VOID;
- UI1 ELEMENT_TYPE_BOOLEAN;
- UI1 ELEMENT_TYPE_CHAR;
- UI1 ELEMENT_TYPE_I1;
- UI1 ELEMENT_TYPE_U1;
- UI1 ELEMENT_TYPE_I2;
- UI1 ELEMENT_TYPE_U2;
- UI1 ELEMENT_TYPE_I4;
- UI1 ELEMENT_TYPE_U4;
- UI1 ELEMENT_TYPE_I8;
- UI1 ELEMENT_TYPE_U8;
- UI1 ELEMENT_TYPE_R4;
- UI1 ELEMENT_TYPE_R8;
- UI1 ELEMENT_TYPE_STRING;
- UI1 ELEMENT_TYPE_PTR;
- UI1 ELEMENT_TYPE_BYREF;
- UI1 ELEMENT_TYPE_VALUETYPE;
- UI1 ELEMENT_TYPE_CLASS;
- UI1 ELEMENT_TYPE_ARRAY;
- UI1 ELEMENT_TYPE_TYPEDBYREF;
- UI1 ELEMENT_TYPE_I;
- UI1 ELEMENT_TYPE_U;
- UI1 ELEMENT_TYPE_FNPTR;
- UI1 ELEMENT_TYPE_OBJECT;
- UI1 ELEMENT_TYPE_SZARRAY;
- UI1 ELEMENT_TYPE_CMOD_REQD;
- UI1 ELEMENT_TYPE_CMOD_OPT;
- UI1 ELEMENT_TYPE_MAX;
- UI1 ELEMENT_TYPE_SENTINEL;
- I4 IMAGE_CEE_CS_CALLCONV_DEFAULT;
- I4 IMAGE_CEE_UNMANAGED_CALLCONV_C;
- I4 IMAGE_CEE_UNMANAGED_CALLCONV_STDCALL;
- I4 IMAGE_CEE_UNMANAGED_CALLCONV_THISCALL;
- I4 IMAGE_CEE_UNMANAGED_CALLCONV_FASTCALL;
- I4 IMAGE_CEE_CS_CALLCONV_VARARG;
- I4 IMAGE_CEE_CS_CALLCONV_FIELD;
- I4 IMAGE_CEE_CS_CALLCONV_LOCAL_SIG;
- I4 IMAGE_CEE_CS_CALLCONV_PROPERTY;
- I4 IMAGE_CEE_CS_CALLCONV_UNMGD;
- I4 IMAGE_CEE_CS_CALLCONV_MAX;
- I4 IMAGE_CEE_CS_CALLCONV_MASK;
- I4 IMAGE_CEE_CS_CALLCONV_HASTHIS;
- I4 IMAGE_CEE_CS_CALLCONV_RETPARAM;
- I4 NO_SIZE_IN_SIG;
- Class System.Type SystemObject;
- Class System.Type SystemString;
- SZArray UI1 m_signature;
- I4 m_currSig;
- I4 m_sizeLoc;
- Class System.Reflection.Emit.ModuleBuilder m_module;
- Boolean bSigDone;
- I4 m_argCount;
- Boolean IsSimpleType( I4 type);
- Void System.Reflection.Emit.SignatureHelper( Class System.Reflection.Module mod, I4 callingConvention);
- Void System.Reflection.Emit.SignatureHelper( Class System.Reflection.Module mod, I4 callingConvention, Class System.Type returnType);
- Void Init( Class System.Reflection.Module mod, I4 callingConvention);
- Class System.Reflection.Emit.SignatureHelper GetMethodSigHelper( Class System.Reflection.Module mod, ValueClass System.Reflection.CallingConventions callingConvention, Class System.Type returnType, SZArray Class System.Type parameterTypes);
- Class System.Reflection.Emit.SignatureHelper GetMethodSigHelper( Class System.Reflection.Module mod, ValueClass System.Runtime.InteropServices.CallingConvention unmanagedCallConv, Class System.Type returnType);
- Class System.Reflection.Emit.SignatureHelper GetLocalVarSigHelper( Class System.Reflection.Module mod);
- Class System.Reflection.Emit.SignatureHelper GetFieldSigHelper( Class System.Reflection.Module mod);
- Class System.Reflection.Emit.SignatureHelper GetMethodSigHelper( Class System.Reflection.Module mod, ValueClass System.Reflection.CallingConventions callingConvention, Class System.Type returnType);
- Class System.Reflection.Emit.SignatureHelper GetMethodSigHelper( Class System.Reflection.Module mod, Class System.Type returnType, SZArray Class System.Type parameterTypes);
- Class System.Reflection.Emit.SignatureHelper GetPropertySigHelper( Class System.Reflection.Module mod, Class System.Type returnType, SZArray Class System.Type parameterTypes);
- Void AddArgument( Class System.Type clsArgument);
- Void AddSentinel();
- Void AddOneArgTypeHelper( Class System.Type clsArgument);
- Void AddArrayOrPointer( Class System.Type clsArgument);
- Void AddData( I4 data);
- Void AddElementType( I4 cvt);
- Void AddToken( I4 token);
- Void InternalAddTypeToken( ValueClass System.Reflection.Emit.TypeToken clsToken, I4 CorType);
- SZArray UI1 ExpandArray( SZArray UI1 inArray);
- SZArray UI1 ExpandArray( SZArray UI1 inArray, I4 requiredLength);
- Boolean Equals( Object obj);
- I4 GetHashCode();
- SZArray UI1 GetSignature();
- Void IncrementArgCounts();
- SZArray UI1 InternalGetSignature( ByRef I4 length);
- Void SetNumberOfSignatureElements( Boolean forceCopy);
- String ToString();
- I4 GetCorElementTypeFromClass( Class System.RuntimeType cls);
- Void System.Reflection.Emit.SignatureHelper();
- }
- class System.Reflection.Emit.SignatureToken : System.ValueType
- {
- ValueClass System.Reflection.Emit.SignatureToken Empty;
- I4 m_signature;
- Class System.Reflection.Emit.ModuleBuilder m_moduleBuilder;
- Void System.Reflection.Emit.SignatureToken( I4 str, Class System.Reflection.Emit.ModuleBuilder mod);
- I4 get_Token();
- I4 GetHashCode();
- Boolean Equals( Object obj);
- Void System.Reflection.Emit.SignatureToken();
- property Token { get(){} set(){} };
- }
- class System.Reflection.Emit.StringToken : System.ValueType
- {
- I4 m_string;
- Void System.Reflection.Emit.StringToken( I4 str);
- I4 get_Token();
- I4 GetHashCode();
- Boolean Equals( Object obj);
- property Token { get(){} set(){} };
- }
- class System.Reflection.Emit.PackingSize : System.Enum
- {
- I4 value__;
- ValueClass System.Reflection.Emit.PackingSize Unspecified;
- ValueClass System.Reflection.Emit.PackingSize Size1;
- ValueClass System.Reflection.Emit.PackingSize Size2;
- ValueClass System.Reflection.Emit.PackingSize Size4;
- ValueClass System.Reflection.Emit.PackingSize Size8;
- ValueClass System.Reflection.Emit.PackingSize Size16;
- }
- class System.Reflection.Emit.TypeBuilder : System.Type
- {
- I4 UnspecifiedTypeSize;
- ValueClass System.Reflection.Emit.TypeToken m_tdType;
- Class System.Reflection.Emit.ModuleBuilder m_module;
- String m_strName;
- String m_strNameSpace;
- String m_strFullQualName;
- Class System.Type m_typeParent;
- SZArray Class System.Type m_typeInterfaces;
- ValueClass System.Reflection.TypeAttributes m_iAttr;
- Class System.Collections.ArrayList m_listMethods;
- I4 m_constructorCount;
- I4 m_iTypeSize;
- ValueClass System.Reflection.Emit.PackingSize m_iPackingSize;
- Class System.Reflection.Emit.TypeBuilder m_DeclaringType;
- I4 m_tkComType;
- Class System.Type m_underlyingSystemType;
- Boolean m_isHiddenGlobalType;
- Boolean m_isHiddenType;
- Boolean m_hasBeenCreated;
- Class System.Type m_runtimeType;
- Class System.Type SystemArray;
- Class System.Type SystemEnum;
- I4 get_Size();
- ValueClass System.Reflection.Emit.PackingSize get_PackingSize();
- Void SetParent( Class System.Type parent);
- Void AddInterfaceImplementation( Class System.Type interfaceType);
- Class System.Reflection.Emit.MethodBuilder DefineMethod( String name, ValueClass System.Reflection.MethodAttributes attributes, Class System.Type returnType, SZArray Class System.Type parameterTypes);
- Class System.Reflection.Emit.MethodBuilder DefineMethod( String name, ValueClass System.Reflection.MethodAttributes attributes, ValueClass System.Reflection.CallingConventions callingConvention, Class System.Type returnType, SZArray Class System.Type parameterTypes);
- Class System.Reflection.Emit.PropertyBuilder DefineProperty( String name, ValueClass System.Reflection.PropertyAttributes attributes, Class System.Type returnType, SZArray Class System.Type parameterTypes);
- Class System.Reflection.Emit.EventBuilder DefineEvent( String name, ValueClass System.Reflection.EventAttributes attributes, Class System.Type eventtype);
- Class System.Reflection.Emit.MethodBuilder DefinePInvokeMethod( String name, String dllName, ValueClass System.Reflection.MethodAttributes attributes, ValueClass System.Reflection.CallingConventions callingConvention, Class System.Type returnType, SZArray Class System.Type parameterTypes, ValueClass System.Runtime.InteropServices.CallingConvention nativeCallConv, ValueClass System.Runtime.InteropServices.CharSet nativeCharSet);
- Class System.Reflection.Emit.MethodBuilder DefinePInvokeMethod( String name, String dllName, String entryName, ValueClass System.Reflection.MethodAttributes attributes, ValueClass System.Reflection.CallingConventions callingConvention, Class System.Type returnType, SZArray Class System.Type parameterTypes, ValueClass System.Runtime.InteropServices.CallingConvention nativeCallConv, ValueClass System.Runtime.InteropServices.CharSet nativeCharSet);
- Class System.Reflection.Emit.MethodBuilder DefinePInvokeMethodHelper( String name, String dllName, String importName, ValueClass System.Reflection.MethodAttributes attributes, ValueClass System.Reflection.CallingConventions callingConvention, Class System.Type returnType, SZArray Class System.Type parameterTypes, ValueClass System.Runtime.InteropServices.CallingConvention nativeCallConv, ValueClass System.Runtime.InteropServices.CharSet nativeCharSet);
- Class System.Reflection.Emit.ConstructorBuilder DefineTypeInitializer();
- Class System.Reflection.Emit.ConstructorBuilder DefineConstructor( ValueClass System.Reflection.MethodAttributes attributes, ValueClass System.Reflection.CallingConventions callingConvention, SZArray Class System.Type parameterTypes);
- Class System.Reflection.Emit.ConstructorBuilder DefineDefaultConstructor( ValueClass System.Reflection.MethodAttributes attributes);
- Class System.Type CreateType();
- Void DefineMethodOverride( Class System.Reflection.MethodInfo methodInfoBody, Class System.Reflection.MethodInfo methodInfoDeclaration);
- Class System.Reflection.Emit.FieldBuilder DefineField( String fieldName, Class System.Type type, ValueClass System.Reflection.FieldAttributes attributes);
- Class System.Reflection.Emit.FieldBuilder DefineInitializedData( String name, SZArray UI1 data, ValueClass System.Reflection.FieldAttributes attributes);
- Class System.Reflection.Emit.FieldBuilder DefineUninitializedData( String name, I4 size, ValueClass System.Reflection.FieldAttributes attributes);
- Class System.Reflection.Emit.FieldBuilder DefineDataHelper( String name, SZArray UI1 data, I4 size, ValueClass System.Reflection.FieldAttributes attributes);
- Class System.Reflection.Emit.TypeBuilder DefineNestedType( String name);
- Class System.Reflection.Emit.TypeBuilder DefineNestedType( String name, ValueClass System.Reflection.TypeAttributes attr, Class System.Type parent, SZArray Class System.Type interfaces);
- Class System.Reflection.Emit.TypeBuilder DefineNestedType( String name, ValueClass System.Reflection.TypeAttributes attr, Class System.Type parent);
- Class System.Reflection.Emit.TypeBuilder DefineNestedType( String name, ValueClass System.Reflection.TypeAttributes attr);
- Class System.Reflection.Emit.TypeBuilder DefineNestedType( String name, ValueClass System.Reflection.TypeAttributes attr, Class System.Type parent, I4 typeSize);
- Class System.Reflection.Emit.TypeBuilder DefineNestedType( String name, ValueClass System.Reflection.TypeAttributes attr, Class System.Type parent, ValueClass System.Reflection.Emit.PackingSize packSize);
- Class System.Type get_DeclaringType();
- Class System.Type get_ReflectedType();
- Void AddDeclarativeSecurity( ValueClass System.Security.Permissions.SecurityAction action, Class System.Security.PermissionSet pset);
- ValueClass System.Reflection.Emit.TypeToken get_TypeToken();
- String get_Name();
- ValueClass System.Guid get_GUID();
- Object InvokeMember( String name, ValueClass System.Reflection.BindingFlags invokeAttr, Class System.Reflection.Binder binder, Object target, SZArray Object args, SZArray ValueClass System.Reflection.ParameterModifier modifiers, Class System.Globalization.CultureInfo culture, SZArray String namedParameters);
- Class System.Reflection.Module get_Module();
- Class System.Reflection.Assembly get_Assembly();
- ValueClass System.RuntimeTypeHandle get_TypeHandle();
- String get_FullName();
- String get_Namespace();
- String get_AssemblyQualifiedName();
- String ToString();
- Class System.Type get_BaseType();
- Class System.Reflection.ConstructorInfo GetConstructorImpl( ValueClass System.Reflection.BindingFlags bindingAttr, Class System.Reflection.Binder binder, ValueClass System.Reflection.CallingConventions callConvention, SZArray Class System.Type types, SZArray ValueClass System.Reflection.ParameterModifier modifiers);
- SZArray Class System.Reflection.ConstructorInfo GetConstructors( ValueClass System.Reflection.BindingFlags bindingAttr);
- Class System.Reflection.MethodInfo GetMethodImpl( String name, ValueClass System.Reflection.BindingFlags bindingAttr, Class System.Reflection.Binder binder, ValueClass System.Reflection.CallingConventions callConvention, SZArray Class System.Type types, SZArray ValueClass System.Reflection.ParameterModifier modifiers);
- SZArray Class System.Reflection.MethodInfo GetMethods( ValueClass System.Reflection.BindingFlags bindingAttr);
- Class System.Reflection.FieldInfo GetField( String name, ValueClass System.Reflection.BindingFlags bindingAttr);
- SZArray Class System.Reflection.FieldInfo GetFields( ValueClass System.Reflection.BindingFlags bindingAttr);
- Class System.Type GetInterface( String name, Boolean ignoreCase);
- SZArray Class System.Type GetInterfaces();
- Class System.Reflection.EventInfo GetEvent( String name, ValueClass System.Reflection.BindingFlags bindingAttr);
- SZArray Class System.Reflection.EventInfo GetEvents();
- Class System.Reflection.PropertyInfo GetPropertyImpl( String name, ValueClass System.Reflection.BindingFlags bindingAttr, Class System.Reflection.Binder binder, Class System.Type returnType, SZArray Class System.Type types, SZArray ValueClass System.Reflection.ParameterModifier modifiers);
- SZArray Class System.Reflection.PropertyInfo GetProperties( ValueClass System.Reflection.BindingFlags bindingAttr);
- SZArray Class System.Type GetNestedTypes( ValueClass System.Reflection.BindingFlags bindingAttr);
- Class System.Type GetNestedType( String name, ValueClass System.Reflection.BindingFlags bindingAttr);
- SZArray Class System.Reflection.MemberInfo GetMember( String name, ValueClass System.Reflection.MemberTypes type, ValueClass System.Reflection.BindingFlags bindingAttr);
- ValueClass System.Reflection.InterfaceMapping GetInterfaceMap( Class System.Type interfaceType);
- SZArray Class System.Reflection.EventInfo GetEvents( ValueClass System.Reflection.BindingFlags bindingAttr);
- SZArray Class System.Reflection.MemberInfo GetMembers( ValueClass System.Reflection.BindingFlags bindingAttr);
- Boolean IsAssignableFrom( Class System.Type c);
- ValueClass System.Reflection.TypeAttributes GetAttributeFlagsImpl();
- Boolean IsArrayImpl();
- Boolean IsByRefImpl();
- Boolean IsPointerImpl();
- Boolean IsPrimitiveImpl();
- Boolean IsCOMObjectImpl();
- Class System.Type GetElementType();
- Boolean HasElementTypeImpl();
- Boolean IsTypeEqual( Class System.Type t1, Class System.Type t2);
- Boolean IsSubclassOf( Class System.Type c);
- Class System.Type get_UnderlyingSystemType();
- SZArray Object GetCustomAttributes( Boolean inherit);
- SZArray Object GetCustomAttributes( Class System.Type attributeType, Boolean inherit);
- Boolean IsDefined( Class System.Type attributeType, Boolean inherit);
- Void SetCustomAttribute( Class System.Reflection.ConstructorInfo con, SZArray UI1 binaryAttribute);
- Void SetCustomAttribute( Class System.Reflection.Emit.CustomAttributeBuilder customBuilder);
- I4 InternalGetTypeDefToken();
- Void VerifyTypeAttributes( ValueClass System.Reflection.TypeAttributes attr);
- Void System.Reflection.Emit.TypeBuilder();
- Void System.Reflection.Emit.TypeBuilder( String name, ValueClass System.Reflection.TypeAttributes attr, Class System.Type parent, SZArray Class System.Type interfaces, Class System.Reflection.Module module, ValueClass System.Reflection.Emit.PackingSize iPackingSize, Class System.Reflection.Emit.TypeBuilder enclosingType);
- Void System.Reflection.Emit.TypeBuilder( String name, ValueClass System.Reflection.TypeAttributes attr, Class System.Type parent, Class System.Reflection.Module module, ValueClass System.Reflection.Emit.PackingSize iPackingSize, I4 iTypeSize, Class System.Reflection.Emit.TypeBuilder enclosingType);
- Void System.Reflection.Emit.TypeBuilder( Class System.Reflection.Emit.ModuleBuilder module);
- Void Init( String fullname, ValueClass System.Reflection.TypeAttributes attr, Class System.Type parent, SZArray Class System.Type interfaces, Class System.Reflection.Module module, ValueClass System.Reflection.Emit.PackingSize iPackingSize, I4 iTypeSize, Class System.Reflection.Emit.TypeBuilder enclosingType);
- Void Enter();
- Void Exit();
- Boolean IsPublicComType( Class System.Type type);
- Void CheckForSpecialChars( String typeName);
- Void CheckForSpecialCharHelper( String typeName, I4 endIndex);
- Void SetConstantValue( Class System.Reflection.Module module, I4 tk, Class System.Type destType, Object value);
- ValueClass System.Reflection.Emit.TypeToken InternalDefineClass( String fullname, I4 tkParent, SZArray I4 interfaceTokens, ValueClass System.Reflection.TypeAttributes attr, Class System.Reflection.Module module, ValueClass System.Guid guid, I4 tkEnclosingType);
- Void InternalSetParentType( I4 tdTypeDef, I4 tkParent, Class System.Reflection.Module module);
- Void InternalAddInterfaceImpl( I4 tdTypeDef, I4 tkInterface, Class System.Reflection.Module module);
- ValueClass System.Reflection.Emit.MethodToken InternalDefineMethod( ValueClass System.Reflection.Emit.TypeToken handle, String name, SZArray UI1 signature, I4 sigLength, ValueClass System.Reflection.MethodAttributes attributes, Class System.Reflection.Module module);
- I4 InternalDefineField( ValueClass System.Reflection.Emit.TypeToken handle, String name, SZArray UI1 signature, I4 sigLength, ValueClass System.Reflection.FieldAttributes attributes, Class System.Reflection.Module module);
- Void InternalSetMethodIL( ValueClass System.Reflection.Emit.MethodToken methodHandle, Boolean isInitLocals, SZArray UI1 body, SZArray UI1 LocalSig, I4 sigLength, I4 maxStackSize, I4 numExceptions, SZArray ValueClass System.Reflection.Emit.__ExceptionInstance exceptions, SZArray I4 tokenFixups, SZArray I4 rvaFixups module);
- Class System.Type TermCreateClass( ValueClass System.Reflection.Emit.TypeToken handle, Class System.Reflection.Module module);
- Void InternalCreateCustomAttribute( I4 tkAssociate, I4 tkConstructor, SZArray UI1 attr, Class System.Reflection.Module module, Boolean toDisk);
- Void InternalSetPInvokeData( Class System.Reflection.Module module, String DllName, String name, I4 token, I4 linkType, I4 linkFlags);
- ValueClass System.Reflection.Emit.PropertyToken InternalDefineProperty( Class System.Reflection.Module module, I4 handle, String name, I4 attributes, SZArray UI1 signature, I4 sigLength, I4 notifyChanging, I4 notifyChanged);
- ValueClass System.Reflection.Emit.EventToken InternalDefineEvent( Class System.Reflection.Module module, I4 handle, String name, I4 attributes, I4 tkEventType);
- Void InternalDefineMethodSemantics( Class System.Reflection.Module module, I4 tkAssociation, ValueClass System.Reflection.MethodSemanticsAttributes semantics, I4 tkMethod);
- Void InternalDefineMethodImpl( Class System.Reflection.Emit.ModuleBuilder module, I4 tkType, I4 tkBody, I4 tkDecl);
- Void InternalSetMethodImpl( Class System.Reflection.Module module, I4 tkMethod, ValueClass System.Reflection.MethodImplAttributes MethodImplAttributes);
- I4 InternalSetParamInfo( Class System.Reflection.Module module, I4 tkMethod, I4 iSequence, ValueClass System.Reflection.ParameterAttributes iParamAttributes, String strParamName);
- I4 InternalGetTokenFromSig( Class System.Reflection.Module module, SZArray UI1 signature, I4 sigLength);
- Void InternalSetFieldOffset( Class System.Reflection.Module module, I4 fdToken, I4 iOffset);
- Void InternalSetClassLayout( Class System.Reflection.Module module, I4 tdToken, ValueClass System.Reflection.Emit.PackingSize iPackingSize, I4 iTypeSize);
- Void InternalSetMarshalInfo( Class System.Reflection.Module module, I4 tk, SZArray UI1 ubMarshal, I4 ubSize);
- Void InternalSetConstantValue( Class System.Reflection.Module module, I4 tk, ValueClass System.Variant var);
- Void InternalAddDeclarativeSecurity( Class System.Reflection.Module module, I4 parent, ValueClass System.Security.Permissions.SecurityAction action, SZArray UI1 blob);
- Boolean IsCreated();
- Void ThrowIfCreated();
- Void System.Reflection.Emit.TypeBuilder();
- property Size { get(){} set(){} };
- property PackingSize { get(){} set(){} };
- property DeclaringType { get(){} set(){} };
- property ReflectedType { get(){} set(){} };
- property TypeToken { get(){} set(){} };
- property Name { get(){} set(){} };
- property GUID { get(){} set(){} };
- property Module { get(){} set(){} };
- property Assembly { get(){} set(){} };
- property TypeHandle { get(){} set(){} };
- property FullName { get(){} set(){} };
- property Namespace { get(){} set(){} };
- property AssemblyQualifiedName { get(){} set(){} };
- property BaseType { get(){} set(){} };
- property UnderlyingSystemType { get(){} set(){} };
- }
- class System.Reflection.Emit.EnumBuilder : System.Type
- {
- Class System.Type m_underlyingType;
- Class System.Reflection.Emit.TypeBuilder m_typeBuilder;
- Class System.Reflection.Emit.FieldBuilder m_underlyingField;
- Class System.Type m_runtimeType;
- Class System.Reflection.Emit.FieldBuilder DefineLiteral( String literalName, Object literalValue);
- Class System.Type CreateType();
- ValueClass System.Reflection.Emit.TypeToken get_TypeToken();
- Class System.Reflection.Emit.FieldBuilder get_UnderlyingField();
- String get_Name();
- ValueClass System.Guid get_GUID();
- Object InvokeMember( String name, ValueClass System.Reflection.BindingFlags invokeAttr, Class System.Reflection.Binder binder, Object target, SZArray Object args, SZArray ValueClass System.Reflection.ParameterModifier modifiers, Class System.Globalization.CultureInfo culture, SZArray String namedParameters);
- Class System.Reflection.Module get_Module();
- Class System.Reflection.Assembly get_Assembly();
- ValueClass System.RuntimeTypeHandle get_TypeHandle();
- String get_FullName();
- String get_AssemblyQualifiedName();
- String get_Namespace();
- Class System.Type get_BaseType();
- Class System.Reflection.ConstructorInfo GetConstructorImpl( ValueClass System.Reflection.BindingFlags bindingAttr, Class System.Reflection.Binder binder, ValueClass System.Reflection.CallingConventions callConvention, SZArray Class System.Type types, SZArray ValueClass System.Reflection.ParameterModifier modifiers);
- SZArray Class System.Reflection.ConstructorInfo GetConstructors( ValueClass System.Reflection.BindingFlags bindingAttr);
- Class System.Reflection.MethodInfo GetMethodImpl( String name, ValueClass System.Reflection.BindingFlags bindingAttr, Class System.Reflection.Binder binder, ValueClass System.Reflection.CallingConventions callConvention, SZArray Class System.Type types, SZArray ValueClass System.Reflection.ParameterModifier modifiers);
- SZArray Class System.Reflection.MethodInfo GetMethods( ValueClass System.Reflection.BindingFlags bindingAttr);
- Class System.Reflection.FieldInfo GetField( String name, ValueClass System.Reflection.BindingFlags bindingAttr);
- SZArray Class System.Reflection.FieldInfo GetFields( ValueClass System.Reflection.BindingFlags bindingAttr);
- Class System.Type GetInterface( String name, Boolean ignoreCase);
- SZArray Class System.Type GetInterfaces();
- Class System.Reflection.EventInfo GetEvent( String name, ValueClass System.Reflection.BindingFlags bindingAttr);
- SZArray Class System.Reflection.EventInfo GetEvents();
- Class System.Reflection.PropertyInfo GetPropertyImpl( String name, ValueClass System.Reflection.BindingFlags bindingAttr, Class System.Reflection.Binder binder, Class System.Type returnType, SZArray Class System.Type types, SZArray ValueClass System.Reflection.ParameterModifier modifiers);
- SZArray Class System.Reflection.PropertyInfo GetProperties( ValueClass System.Reflection.BindingFlags bindingAttr);
- SZArray Class System.Type GetNestedTypes( ValueClass System.Reflection.BindingFlags bindingAttr);
- Class System.Type GetNestedType( String name, ValueClass System.Reflection.BindingFlags bindingAttr);
- SZArray Class System.Reflection.MemberInfo GetMember( String name, ValueClass System.Reflection.MemberTypes type, ValueClass System.Reflection.BindingFlags bindingAttr);
- SZArray Class System.Reflection.MemberInfo GetMembers( ValueClass System.Reflection.BindingFlags bindingAttr);
- ValueClass System.Reflection.InterfaceMapping GetInterfaceMap( Class System.Type interfaceType);
- SZArray Class System.Reflection.EventInfo GetEvents( ValueClass System.Reflection.BindingFlags bindingAttr);
- ValueClass System.Reflection.TypeAttributes GetAttributeFlagsImpl();
- Boolean IsArrayImpl();
- Boolean IsPrimitiveImpl();
- Boolean IsValueTypeImpl();
- Boolean IsByRefImpl();
- Boolean IsPointerImpl();
- Boolean IsCOMObjectImpl();
- Class System.Type GetElementType();
- Boolean HasElementTypeImpl();
- Class System.Type get_UnderlyingSystemType();
- SZArray Object GetCustomAttributes( Boolean inherit);
- SZArray Object GetCustomAttributes( Class System.Type attributeType, Boolean inherit);
- Void SetCustomAttribute( Class System.Reflection.ConstructorInfo con, SZArray UI1 binaryAttribute);
- Void SetCustomAttribute( Class System.Reflection.Emit.CustomAttributeBuilder customBuilder);
- Class System.Type get_DeclaringType();
- Class System.Type get_ReflectedType();
- Boolean IsDefined( Class System.Type attributeType, Boolean inherit);
- I4 InternalGetTypeDefToken();
- Void System.Reflection.Emit.EnumBuilder();
- Void System.Reflection.Emit.EnumBuilder( String name, Class System.Type underlyingType, ValueClass System.Reflection.TypeAttributes visibility, Class System.Reflection.Module module);
- property TypeToken { get(){} set(){} };
- property UnderlyingField { get(){} set(){} };
- property Name { get(){} set(){} };
- property GUID { get(){} set(){} };
- property Module { get(){} set(){} };
- property Assembly { get(){} set(){} };
- property TypeHandle { get(){} set(){} };
- property FullName { get(){} set(){} };
- property AssemblyQualifiedName { get(){} set(){} };
- property Namespace { get(){} set(){} };
- property BaseType { get(){} set(){} };
- property UnderlyingSystemType { get(){} set(){} };
- property DeclaringType { get(){} set(){} };
- property ReflectedType { get(){} set(){} };
- }
- class System.Reflection.Emit.TypeToken : System.ValueType
- {
- ValueClass System.Reflection.Emit.TypeToken Empty;
- I4 m_class;
- Void System.Reflection.Emit.TypeToken( I4 str);
- I4 get_Token();
- I4 GetHashCode();
- Boolean Equals( Object obj);
- Void System.Reflection.Emit.TypeToken();
- property Token { get(){} set(){} };
- }
- class System.Reflection.Cache.CacheObjType : System.Enum
- {
- I4 value__;
- ValueClass System.Reflection.Cache.CacheObjType EmptyElement;
- ValueClass System.Reflection.Cache.CacheObjType ParameterInfo;
- ValueClass System.Reflection.Cache.CacheObjType TypeName;
- ValueClass System.Reflection.Cache.CacheObjType RemotingData;
- ValueClass System.Reflection.Cache.CacheObjType SerializableAttribute;
- ValueClass System.Reflection.Cache.CacheObjType AssemblyName;
- ValueClass System.Reflection.Cache.CacheObjType ConstructorInfo;
- ValueClass System.Reflection.Cache.CacheObjType FieldType;
- ValueClass System.Reflection.Cache.CacheObjType FieldName;
- ValueClass System.Reflection.Cache.CacheObjType DefaultMember;
- }
- class System.Reflection.Cache.ClearCacheEventArgs : System.EventArgs
- {
- Void System.Reflection.Cache.ClearCacheEventArgs();
- }
- class System.Reflection.Cache.ClearCacheHandler : System.MulticastDelegate
- {
- Void System.Reflection.Cache.ClearCacheHandler( Object object, I method);
- Void Invoke( Object sender, Class System.Reflection.Cache.ClearCacheEventArgs cacheEventArgs);
- Class System.IAsyncResult BeginInvoke( Object sender, Class System.Reflection.Cache.ClearCacheEventArgs cacheEventArgs, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class System.Reflection.Cache.CacheAction : System.Enum
- {
- I4 value__;
- ValueClass System.Reflection.Cache.CacheAction AllocateCache;
- ValueClass System.Reflection.Cache.CacheAction AddItem;
- ValueClass System.Reflection.Cache.CacheAction ClearCache;
- ValueClass System.Reflection.Cache.CacheAction LookupItemHit;
- ValueClass System.Reflection.Cache.CacheAction LookupItemMiss;
- ValueClass System.Reflection.Cache.CacheAction GrowCache;
- ValueClass System.Reflection.Cache.CacheAction SetItemReplace;
- ValueClass System.Reflection.Cache.CacheAction ReplaceFailed;
- }
- class System.Reflection.Cache.InternalCache : System.Object
- {
- I4 MinCacheSize;
- SZArray ValueClass System.Reflection.Cache.InternalCacheItem m_cache;
- I4 m_numItems;
- Void System.Reflection.Cache.InternalCache( String cacheName);
- Object get_Item( ValueClass System.Reflection.Cache.CacheObjType cacheType);
- Void set_Item( ValueClass System.Reflection.Cache.CacheObjType cacheType, Object value);
- Void OnCacheClear( Object sender, Class System.Reflection.Cache.ClearCacheEventArgs cacheEventArgs);
- I4 FindObjectPosition( SZArray ValueClass System.Reflection.Cache.InternalCacheItem cache, I4 itemCount, ValueClass System.Reflection.Cache.CacheObjType cacheType, Boolean findEmpty);
- Void OnValidate( ValueClass System.Reflection.Cache.InternalCacheItem item);
- Void LogAction( ValueClass System.Reflection.Cache.CacheAction action, ValueClass System.Reflection.Cache.CacheObjType cacheType);
- Void LogAction( ValueClass System.Reflection.Cache.CacheAction action, ValueClass System.Reflection.Cache.CacheObjType cacheType, Object obj);
- property Item { get(){} set(){} };
- }
- class System.Reflection.Cache.InternalCacheItem : System.ValueType
- {
- ValueClass System.Reflection.Cache.CacheObjType Key;
- Object Value;
- }
- class System.Reflection.Cache.TypeNameCache : System.Object
- {
- Class System.Reflection.Cache.TypeNameCache m_cache;
- SZArray ValueClass System.Reflection.Cache.TypeNameStruct m_data;
- I4 CacheSize;
- Void System.Reflection.Cache.TypeNameCache();
- I4 CalculateHash( I4 hashKey);
- String GetTypeName( I4 hashKey);
- Void AddValue( I4 hashKey, String typeName);
- Class System.Reflection.Cache.TypeNameCache GetCache();
- Void System.Reflection.Cache.TypeNameCache();
- }
- class System.Reflection.Cache.TypeNameStruct : System.ValueType
- {
- I4 HashKey;
- String TypeName;
- }
- class System.Configuration.Assemblies.AssemblyHash : System.ValueType
- {
- ValueClass System.Configuration.Assemblies.AssemblyHashAlgorithm _Algorithm;
- SZArray UI1 _Value;
- ValueClass System.Configuration.Assemblies.AssemblyHash Empty;
- Void System.Configuration.Assemblies.AssemblyHash( SZArray UI1 value);
- Void System.Configuration.Assemblies.AssemblyHash( ValueClass System.Configuration.Assemblies.AssemblyHashAlgorithm algorithm, SZArray UI1 value);
- ValueClass System.Configuration.Assemblies.AssemblyHashAlgorithm get_Algorithm();
- Void set_Algorithm( ValueClass System.Configuration.Assemblies.AssemblyHashAlgorithm value);
- SZArray UI1 GetValue();
- Void SetValue( SZArray UI1 value);
- Object Clone();
- Void System.Configuration.Assemblies.AssemblyHash();
- property Algorithm { get(){} set(){} };
- }
- class System.Configuration.Assemblies.AssemblyHashAlgorithm : System.Enum
- {
- I4 value__;
- ValueClass System.Configuration.Assemblies.AssemblyHashAlgorithm None;
- ValueClass System.Configuration.Assemblies.AssemblyHashAlgorithm MD5;
- ValueClass System.Configuration.Assemblies.AssemblyHashAlgorithm SHA1;
- }
- class System.Configuration.Assemblies.AssemblyVersionCompatibility : System.Enum
- {
- I4 value__;
- ValueClass System.Configuration.Assemblies.AssemblyVersionCompatibility SameMachine;
- ValueClass System.Configuration.Assemblies.AssemblyVersionCompatibility SameProcess;
- ValueClass System.Configuration.Assemblies.AssemblyVersionCompatibility SameDomain;
- }
- class System.Reflection.Emit.InternalVersion : System.Object
- {
- I4 MajorVersion;
- I4 MinorVersion;
- I4 BuildNumber;
- I4 RevisionNumber;
- String AssemblyVersionString;
- String FileVersionString;
- String SBSVersionString;
- Void System.Reflection.Emit.InternalVersion();
- }
- class System.AppDomainSetup : System.Object
- {
- SZArray String _Entries;
- ValueClass System.LoaderOptimization _LoaderOptimization;
- String _AppBase;
- Void System.AppDomainSetup( Class System.AppDomainSetup copy);
- Void System.AppDomainSetup();
- SZArray String get_Value();
- String get_ApplicationBase();
- Void set_ApplicationBase( String value);
- String NormalizePath( String path, Boolean useAppBase);
- String get_ApplicationBaseKey();
- String get_ConfigurationFile();
- Void set_ConfigurationFile( String value);
- String get_ConfigurationFileKey();
- String get_DynamicBase();
- Void set_DynamicBase( String value);
- String get_DynamicBaseKey();
- Boolean get_DisallowPublisherPolicy();
- Void set_DisallowPublisherPolicy( Boolean value);
- String get_DeveloperPath();
- Void set_DeveloperPath( String value);
- String get_DisallowPublisherPolicyKey();
- String get_DeveloperPathKey();
- String get_ApplicationName();
- Void set_ApplicationName( String value);
- String get_ApplicationNameKey();
- String get_PrivateBinPath();
- Void set_PrivateBinPath( String value);
- String get_PrivateBinPathKey();
- String get_PrivateBinPathProbe();
- Void set_PrivateBinPathProbe( String value);
- String get_PrivateBinPathProbeKey();
- String get_ShadowCopyDirectories();
- Void set_ShadowCopyDirectories( String value);
- String get_ShadowCopyDirectoriesKey();
- String get_ShadowCopyFiles();
- Void set_ShadowCopyFiles( String value);
- String get_ShadowCopyFilesKey();
- String get_CachePath();
- Void set_CachePath( String value);
- String get_CachePathKey();
- String get_LicenseFile();
- Void set_LicenseFile( String value);
- String get_LicenseFileKey();
- ValueClass System.LoaderOptimization get_LoaderOptimization();
- Void set_LoaderOptimization( ValueClass System.LoaderOptimization value);
- String get_LoaderOptimizationKey();
- String get_DynamicDirectoryKey();
- String get_ConfigurationExtenstion();
- String get_PrivateBinPathEnvironmentVariable();
- String get_RuntimeConfigurationFile();
- String get_MachineConfigKey();
- String get_HostBindingKey();
- Void SetupFusionContext( I fusionContext);
- Void UpdateContextProperty( I fusionContext, String key, String value);
- I4 Locate( String s);
- String BuildShadowCopyDirectories();
- property Value { get(){} set(){} };
- property ApplicationBase { get(){} set(){} };
- property ApplicationBaseKey { get(){} set(){} };
- property ConfigurationFile { get(){} set(){} };
- property ConfigurationFileKey { get(){} set(){} };
- property DynamicBase { get(){} set(){} };
- property DynamicBaseKey { get(){} set(){} };
- property DisallowPublisherPolicy { get(){} set(){} };
- property DeveloperPath { get(){} set(){} };
- property DisallowPublisherPolicyKey { get(){} set(){} };
- property DeveloperPathKey { get(){} set(){} };
- property ApplicationName { get(){} set(){} };
- property ApplicationNameKey { get(){} set(){} };
- property PrivateBinPath { get(){} set(){} };
- property PrivateBinPathKey { get(){} set(){} };
- property PrivateBinPathProbe { get(){} set(){} };
- property PrivateBinPathProbeKey { get(){} set(){} };
- property ShadowCopyDirectories { get(){} set(){} };
- property ShadowCopyDirectoriesKey { get(){} set(){} };
- property ShadowCopyFiles { get(){} set(){} };
- property ShadowCopyFilesKey { get(){} set(){} };
- property CachePath { get(){} set(){} };
- property CachePathKey { get(){} set(){} };
- property LicenseFile { get(){} set(){} };
- property LicenseFileKey { get(){} set(){} };
- property LoaderOptimization { get(){} set(){} };
- property LoaderOptimizationKey { get(){} set(){} };
- property DynamicDirectoryKey { get(){} set(){} };
- property ConfigurationExtenstion { get(){} set(){} };
- property PrivateBinPathEnvironmentVariable { get(){} set(){} };
- property RuntimeConfigurationFile { get(){} set(){} };
- property MachineConfigKey { get(){} set(){} };
- property HostBindingKey { get(){} set(){} };
- }
- class LoaderInformation : System.Enum
- {
- I4 value__;
- ValueClass LoaderInformation ApplicationBaseValue;
- ValueClass LoaderInformation ConfigurationFileValue;
- ValueClass LoaderInformation DynamicBaseValue;
- ValueClass LoaderInformation DevPathValue;
- ValueClass LoaderInformation ApplicationNameValue;
- ValueClass LoaderInformation PrivateBinPathValue;
- ValueClass LoaderInformation PrivateBinPathProbeValue;
- ValueClass LoaderInformation ShadowCopyDirectoriesValue;
- ValueClass LoaderInformation ShadowCopyFilesValue;
- ValueClass LoaderInformation CachePathValue;
- ValueClass LoaderInformation LicenseFileValue;
- ValueClass LoaderInformation DisallowPublisherPolicyValue;
- ValueClass LoaderInformation LoaderMaximum;
- }
- class Mapping : System.Object
- {
- Object _table;
- SZArray String OldNames;
- SZArray ValueClass LoaderInformation Location;
- I4 Locate( String setting);
- SZArray ValueClass Entry Table();
- Void Mapping();
- Void Mapping();
- }
- class Entry : System.ValueType
- {
- String value;
- I4 slot;
- }
- class <PrivateImplementationDetails> : System.Object
- {
- ValueClass $$struct0x6000127-1 $$method0x6000127-1;
- ValueClass $$struct0x60001f3-1 $$method0x60001f3-1;
- ValueClass $$struct0x60001f3-2 $$method0x60001f3-2;
- ValueClass $$struct0x60007ba-1 $$method0x60007ba-1;
- ValueClass $$struct0x6000f04-1 $$method0x6000f04-1;
- ValueClass $$struct0x60013c7-1 $$method0x60013c7-1;
- ValueClass $$struct0x60014c7-1 $$method0x60014c7-1;
- ValueClass $$struct0x600155b-1 $$method0x600155b-1;
- ValueClass $$struct0x60015a0-1 $$method0x60015a0-1;
- ValueClass $$struct0x60015a0-2 $$method0x60015a0-2;
- ValueClass $$struct0x60015a0-3 $$method0x60015a0-3;
- ValueClass $$struct0x60015a0-4 $$method0x60015a0-4;
- ValueClass $$struct0x60015a0-5 $$method0x60015a0-5;
- ValueClass $$struct0x60015a0-6 $$method0x60015a0-6;
- ValueClass $$struct0x60015a0-7 $$method0x60015a0-7;
- ValueClass $$struct0x60015a0-8 $$method0x60015a0-8;
- ValueClass $$struct0x60015a0-9 $$method0x60015a0-9;
- ValueClass $$struct0x60015a0-10 $$method0x60015a0-10;
- ValueClass $$struct0x60015a0-11 $$method0x60015a0-11;
- ValueClass $$struct0x60015a0-12 $$method0x60015a0-12;
- ValueClass $$struct0x60015a0-13 $$method0x60015a0-13;
- ValueClass $$struct0x60015a0-14 $$method0x60015a0-14;
- ValueClass $$struct0x60015a0-15 $$method0x60015a0-15;
- ValueClass $$struct0x60015a0-16 $$method0x60015a0-16;
- ValueClass $$struct0x60015a0-17 $$method0x60015a0-17;
- ValueClass $$struct0x60015a0-18 $$method0x60015a0-18;
- ValueClass $$struct0x60015b9-1 $$method0x60015b9-1;
- ValueClass $$struct0x6001610-1 $$method0x6001610-1;
- ValueClass $$struct0x6001642-1 $$method0x6001642-1;
- ValueClass $$struct0x6001642-2 $$method0x6001642-2;
- ValueClass $$struct0x600165d-1 $$method0x600165d-1;
- ValueClass $$struct0x600165d-2 $$method0x600165d-2;
- ValueClass $$struct0x600167f-1 $$method0x600167f-1;
- ValueClass $$struct0x600167f-2 $$method0x600167f-2;
- ValueClass $$struct0x600169f-1 $$method0x600169f-1;
- ValueClass $$struct0x60016d2-1 $$method0x60016d2-1;
- ValueClass $$struct0x60016d2-2 $$method0x60016d2-2;
- ValueClass $$struct0x6001863-1 $$method0x6001863-1;
- ValueClass $$struct0x6001a0f-1 $$method0x6001a0f-1;
- ValueClass $$struct0x6001a1f-1 $$method0x6001a1f-1;
- ValueClass $$struct0x6001a7e-1 $$method0x6001a7e-1;
- ValueClass $$struct0x6001ab8-1 $$method0x6001ab8-1;
- ValueClass $$struct0x6001c48-1 $$method0x6001c48-1;
- ValueClass $$struct0x6001cfe-1 $$method0x6001cfe-1;
- ValueClass $$struct0x6001cfe-2 $$method0x6001cfe-2;
- ValueClass $$struct0x6001cfe-3 $$method0x6001cfe-3;
- ValueClass $$struct0x6001cfe-4 $$method0x6001cfe-4;
- ValueClass $$struct0x6001cfe-5 $$method0x6001cfe-5;
- ValueClass $$struct0x6001cfe-6 $$method0x6001cfe-6;
- ValueClass $$struct0x6001cfe-7 $$method0x6001cfe-7;
- ValueClass $$struct0x6001cfe-8 $$method0x6001cfe-8;
- ValueClass $$struct0x6001cfe-9 $$method0x6001cfe-9;
- ValueClass $$struct0x6001cfe-10 $$method0x6001cfe-10;
- ValueClass $$struct0x6001cfe-11 $$method0x6001cfe-11;
- ValueClass $$struct0x6001cfe-12 $$method0x6001cfe-12;
- ValueClass $$struct0x6001cfe-13 $$method0x6001cfe-13;
- ValueClass $$struct0x6001cfe-14 $$method0x6001cfe-14;
- ValueClass $$struct0x6001cfe-15 $$method0x6001cfe-15;
- ValueClass $$struct0x6001cfe-16 $$method0x6001cfe-16;
- ValueClass $$struct0x6001cfe-17 $$method0x6001cfe-17;
- ValueClass $$struct0x6001cfe-18 $$method0x6001cfe-18;
- ValueClass $$struct0x6001d2e-1 $$method0x6001d2e-1;
- ValueClass $$struct0x6001d43-1 $$method0x6001d43-1;
- ValueClass $$struct0x6001d58-1 $$method0x6001d58-1;
- ValueClass $$struct0x6001e3e-1 $$method0x6001e3e-1;
- ValueClass $$struct0x60020bb-1 $$method0x60020bb-1;
- ValueClass $$struct0x600224c-1 $$method0x600224c-1;
- ValueClass $$struct0x6002345-1 $$method0x6002345-1;
- ValueClass $$struct0x6002345-2 $$method0x6002345-2;
- ValueClass $$struct0x60024b0-1 $$method0x60024b0-1;
- ValueClass $$struct0x60024b0-2 $$method0x60024b0-2;
- ValueClass $$struct0x60024b0-3 $$method0x60024b0-3;
- ValueClass $$struct0x6002f69-1 $$method0x6002f69-1;
- ValueClass $$struct0x600305b-1 $$method0x600305b-1;
- ValueClass $$struct0x6003478-1 $$method0x6003478-1;
- ValueClass $$struct0x6003571-1 $$method0x6003571-1;
- }