C# Class IKVM.Reflection.Impl.PdbWriter

Inheritance: ISymbolWriterImpl, IMetaDataEmit, IMetaDataImport
Datei anzeigen Open project: samskivert/ikvm-monotouch

Public Methods

Method Description
Close ( ) : void
CloseMethod ( ) : void
CloseNamespace ( ) : void
CloseScope ( int endOffset ) : void
DefineDocument ( string url, System.Guid language, System.Guid languageVendor, System.Guid documentType ) : ISymbolDocumentWriter
DefineField ( SymbolToken parent, string name, System attributes, byte signature, SymAddressKind addrKind, int addr1, int addr2, int addr3 ) : void
DefineGlobalVariable ( string name, System attributes, byte signature, SymAddressKind addrKind, int addr1, int addr2, int addr3 ) : void
DefineLocalVariable ( string name, System attributes, byte signature, SymAddressKind addrKind, int addr1, int addr2, int addr3, int startOffset, int endOffset ) : void
DefineLocalVariable2 ( string name, FieldAttributes attributes, int signature, SymAddressKind addrKind, int addr1, int addr2, int addr3, int startOffset, int endOffset ) : void
DefineParameter ( string name, System attributes, int sequence, SymAddressKind addrKind, int addr1, int addr2, int addr3 ) : void
DefineSequencePoints ( ISymbolDocumentWriter document, int offsets, int lines, int columns, int endLines, int endColumns ) : void
GetDebugInfo ( IKVM.Reflection.Impl.IMAGE_DEBUG_DIRECTORY &idd ) : byte[]
GetMethodProps ( int mb, IntPtr pClass, IntPtr szMethod, int cchMethod, IntPtr pchMethod, IntPtr pdwAttr, IntPtr ppvSigBlob, IntPtr pcbSigBlob, IntPtr pulCodeRVA, IntPtr pdwImplFlags ) : void
GetNestedClassProps ( int tdNestedClass, IntPtr ptdEnclosingClass ) : void
GetTypeDefProps ( int td, IntPtr szTypeDef, int cchTypeDef, IntPtr pchTypeDef, IntPtr pdwTypeDefFlags, IntPtr ptkExtends ) : void
Initialize ( IntPtr emitter, string filename, bool fFullBuild ) : void
OpenMethod ( SymbolToken method ) : void
OpenNamespace ( string name ) : void
OpenScope ( int startOffset ) : int
PlaceHolder_ApplyEditAndContinue ( ) : void
PlaceHolder_CloseEnum ( ) : void
PlaceHolder_CountEnum ( ) : void
PlaceHolder_DefineCustomAttribute ( ) : void
PlaceHolder_DefineEvent ( ) : void
PlaceHolder_DefineField ( ) : void
PlaceHolder_DefineImportMember ( ) : void
PlaceHolder_DefineImportType ( ) : void
PlaceHolder_DefineMemberRef ( ) : void
PlaceHolder_DefineMethod ( ) : void
PlaceHolder_DefineMethodImpl ( ) : void
PlaceHolder_DefineModuleRef ( ) : void
PlaceHolder_DefineNestedType ( ) : void
PlaceHolder_DefineParam ( ) : void
PlaceHolder_DefinePermissionSet ( ) : void
PlaceHolder_DefinePinvokeMap ( ) : void
PlaceHolder_DefineProperty ( ) : void
PlaceHolder_DefineSecurityAttributeSet ( ) : void
PlaceHolder_DefineTypeDef ( ) : void
PlaceHolder_DefineTypeRefByName ( ) : void
PlaceHolder_DefineUserString ( ) : void
PlaceHolder_DeleteClassLayout ( ) : void
PlaceHolder_DeleteFieldMarshal ( ) : void
PlaceHolder_DeletePinvokeMap ( ) : void
PlaceHolder_DeleteToken ( ) : void
PlaceHolder_EnumCustomAttributes ( ) : void
PlaceHolder_EnumEvents ( ) : void
PlaceHolder_EnumFields ( ) : void
PlaceHolder_EnumFieldsWithName ( ) : void
PlaceHolder_EnumInterfaceImpls ( ) : void
PlaceHolder_EnumMemberRefs ( ) : void
PlaceHolder_EnumMembers ( ) : void
PlaceHolder_EnumMembersWithName ( ) : void
PlaceHolder_EnumMethodImpls ( ) : void
PlaceHolder_EnumMethodSemantics ( ) : void
PlaceHolder_EnumMethods ( ) : void
PlaceHolder_EnumMethodsWithName ( ) : void
PlaceHolder_EnumModuleRefs ( ) : void
PlaceHolder_EnumParams ( ) : void
PlaceHolder_EnumPermissionSets ( ) : void
PlaceHolder_EnumProperties ( ) : void
PlaceHolder_EnumSignatures ( ) : void
PlaceHolder_EnumTypeDefs ( ) : void
PlaceHolder_EnumTypeRefs ( ) : void
PlaceHolder_EnumTypeSpecs ( ) : void
PlaceHolder_EnumUnresolvedMethods ( ) : void
PlaceHolder_EnumUserStrings ( ) : void
PlaceHolder_FindField ( ) : void
PlaceHolder_FindMember ( ) : void
PlaceHolder_FindMemberRef ( ) : void
PlaceHolder_FindMethod ( ) : void
PlaceHolder_FindTypeDefByName ( ) : void
PlaceHolder_FindTypeRef ( ) : void
PlaceHolder_GetClassLayout ( ) : void
PlaceHolder_GetCustomAttributeByName ( ) : void
PlaceHolder_GetCustomAttributeProps ( ) : void
PlaceHolder_GetEventProps ( ) : void
PlaceHolder_GetFieldMarshal ( ) : void
PlaceHolder_GetFieldProps ( ) : void
PlaceHolder_GetInterfaceImplProps ( ) : void
PlaceHolder_GetMemberProps ( ) : void
PlaceHolder_GetMemberRefProps ( ) : void
PlaceHolder_GetMethodSemantics ( ) : void
PlaceHolder_GetModuleFromScope ( ) : void
PlaceHolder_GetModuleRefProps ( ) : void
PlaceHolder_GetNameFromToken ( ) : void
PlaceHolder_GetNativeCallConvFromSig ( ) : void
PlaceHolder_GetParamForMethodIndex ( ) : void
PlaceHolder_GetParamProps ( ) : void
PlaceHolder_GetPermissionSetProps ( ) : void
PlaceHolder_GetPinvokeMap ( ) : void
PlaceHolder_GetPropertyProps ( ) : void
PlaceHolder_GetRVA ( ) : void
PlaceHolder_GetSaveSize ( ) : void
PlaceHolder_GetScopeProps ( ) : void
PlaceHolder_GetSigFromToken ( ) : void
PlaceHolder_GetTokenFromSig ( ) : void
PlaceHolder_GetTokenFromTypeSpec ( ) : void
PlaceHolder_GetTypeRefProps ( ) : void
PlaceHolder_GetTypeSpecFromToken ( ) : void
PlaceHolder_GetUserString ( ) : void
PlaceHolder_IsGlobal ( ) : void
PlaceHolder_IsValidToken ( ) : void
PlaceHolder_Merge ( ) : void
PlaceHolder_MergeEnd ( ) : void
PlaceHolder_ResetEnum ( ) : void
PlaceHolder_ResolveTypeRef ( ) : void
PlaceHolder_Save ( ) : void
PlaceHolder_SaveToMemory ( ) : void
PlaceHolder_SaveToStream ( ) : void
PlaceHolder_SetClassLayout ( ) : void
PlaceHolder_SetCustomAttributeValue ( ) : void
PlaceHolder_SetEventProps ( ) : void
PlaceHolder_SetFieldMarshal ( ) : void
PlaceHolder_SetFieldProps ( ) : void
PlaceHolder_SetFieldRVA ( ) : void
PlaceHolder_SetHandler ( ) : void
PlaceHolder_SetMethodImplFlags ( ) : void
PlaceHolder_SetMethodProps ( ) : void
PlaceHolder_SetModuleProps ( ) : void
PlaceHolder_SetParamProps ( ) : void
PlaceHolder_SetParent ( ) : void
PlaceHolder_SetPermissionSetProps ( ) : void
PlaceHolder_SetPinvokeMap ( ) : void
PlaceHolder_SetPropertyProps ( ) : void
PlaceHolder_SetRVA ( ) : void
PlaceHolder_SetTypeDefProps ( ) : void
PlaceHolder_TranslateSigWithScope ( ) : void
RemapToken ( int oldToken, int newToken ) : void
SetMethodSourceRange ( ISymbolDocumentWriter startDoc, int startLine, int startColumn, ISymbolDocumentWriter endDoc, int endLine, int endColumn ) : void
SetScopeRange ( int scopeID, int startOffset, int endOffset ) : void
SetSymAttribute ( SymbolToken parent, string name, byte data ) : void
SetUnderlyingWriter ( IntPtr underlyingWriter ) : void
SetUserEntryPoint ( SymbolToken entryMethod ) : void
UsingNamespace ( string fullName ) : void

Private Methods

Method Description
InitWriter ( ) : void
PdbWriter ( ModuleBuilder moduleBuilder ) : System
WriteInt32 ( IntPtr ptr, int value ) : void
WriteString ( IntPtr ptrString, IntPtr ptrLength, string str, int length ) : void
WriteToken ( IntPtr ptr, MemberInfo member ) : void

Method Details

Close() public method

public Close ( ) : void
return void

CloseMethod() public method

public CloseMethod ( ) : void
return void

CloseNamespace() public method

public CloseNamespace ( ) : void
return void

CloseScope() public method

public CloseScope ( int endOffset ) : void
endOffset int
return void

DefineDocument() public method

public DefineDocument ( string url, System.Guid language, System.Guid languageVendor, System.Guid documentType ) : ISymbolDocumentWriter
url string
language System.Guid
languageVendor System.Guid
documentType System.Guid
return ISymbolDocumentWriter

DefineField() public method

public DefineField ( SymbolToken parent, string name, System attributes, byte signature, SymAddressKind addrKind, int addr1, int addr2, int addr3 ) : void
parent SymbolToken
name string
attributes System
signature byte
addrKind SymAddressKind
addr1 int
addr2 int
addr3 int
return void

DefineGlobalVariable() public method

public DefineGlobalVariable ( string name, System attributes, byte signature, SymAddressKind addrKind, int addr1, int addr2, int addr3 ) : void
name string
attributes System
signature byte
addrKind SymAddressKind
addr1 int
addr2 int
addr3 int
return void

DefineLocalVariable() public method

public DefineLocalVariable ( string name, System attributes, byte signature, SymAddressKind addrKind, int addr1, int addr2, int addr3, int startOffset, int endOffset ) : void
name string
attributes System
signature byte
addrKind SymAddressKind
addr1 int
addr2 int
addr3 int
startOffset int
endOffset int
return void

DefineLocalVariable2() public method

public DefineLocalVariable2 ( string name, FieldAttributes attributes, int signature, SymAddressKind addrKind, int addr1, int addr2, int addr3, int startOffset, int endOffset ) : void
name string
attributes FieldAttributes
signature int
addrKind SymAddressKind
addr1 int
addr2 int
addr3 int
startOffset int
endOffset int
return void

DefineParameter() public method

public DefineParameter ( string name, System attributes, int sequence, SymAddressKind addrKind, int addr1, int addr2, int addr3 ) : void
name string
attributes System
sequence int
addrKind SymAddressKind
addr1 int
addr2 int
addr3 int
return void

DefineSequencePoints() public method

public DefineSequencePoints ( ISymbolDocumentWriter document, int offsets, int lines, int columns, int endLines, int endColumns ) : void
document ISymbolDocumentWriter
offsets int
lines int
columns int
endLines int
endColumns int
return void

GetDebugInfo() public method

public GetDebugInfo ( IKVM.Reflection.Impl.IMAGE_DEBUG_DIRECTORY &idd ) : byte[]
idd IKVM.Reflection.Impl.IMAGE_DEBUG_DIRECTORY
return byte[]

GetMethodProps() public method

public GetMethodProps ( int mb, IntPtr pClass, IntPtr szMethod, int cchMethod, IntPtr pchMethod, IntPtr pdwAttr, IntPtr ppvSigBlob, IntPtr pcbSigBlob, IntPtr pulCodeRVA, IntPtr pdwImplFlags ) : void
mb int
pClass System.IntPtr
szMethod System.IntPtr
cchMethod int
pchMethod System.IntPtr
pdwAttr System.IntPtr
ppvSigBlob System.IntPtr
pcbSigBlob System.IntPtr
pulCodeRVA System.IntPtr
pdwImplFlags System.IntPtr
return void

GetNestedClassProps() public method

public GetNestedClassProps ( int tdNestedClass, IntPtr ptdEnclosingClass ) : void
tdNestedClass int
ptdEnclosingClass System.IntPtr
return void

GetTypeDefProps() public method

public GetTypeDefProps ( int td, IntPtr szTypeDef, int cchTypeDef, IntPtr pchTypeDef, IntPtr pdwTypeDefFlags, IntPtr ptkExtends ) : void
td int
szTypeDef System.IntPtr
cchTypeDef int
pchTypeDef System.IntPtr
pdwTypeDefFlags System.IntPtr
ptkExtends System.IntPtr
return void

Initialize() public method

public Initialize ( IntPtr emitter, string filename, bool fFullBuild ) : void
emitter System.IntPtr
filename string
fFullBuild bool
return void

OpenMethod() public method

public OpenMethod ( SymbolToken method ) : void
method SymbolToken
return void

OpenNamespace() public method

public OpenNamespace ( string name ) : void
name string
return void

OpenScope() public method

public OpenScope ( int startOffset ) : int
startOffset int
return int

PlaceHolder_ApplyEditAndContinue() public method

public PlaceHolder_ApplyEditAndContinue ( ) : void
return void

PlaceHolder_CloseEnum() public method

public PlaceHolder_CloseEnum ( ) : void
return void

PlaceHolder_CountEnum() public method

public PlaceHolder_CountEnum ( ) : void
return void

PlaceHolder_DefineCustomAttribute() public method

public PlaceHolder_DefineCustomAttribute ( ) : void
return void

PlaceHolder_DefineEvent() public method

public PlaceHolder_DefineEvent ( ) : void
return void

PlaceHolder_DefineField() public method

public PlaceHolder_DefineField ( ) : void
return void

PlaceHolder_DefineImportMember() public method

public PlaceHolder_DefineImportMember ( ) : void
return void

PlaceHolder_DefineImportType() public method

public PlaceHolder_DefineImportType ( ) : void
return void

PlaceHolder_DefineMemberRef() public method

public PlaceHolder_DefineMemberRef ( ) : void
return void

PlaceHolder_DefineMethod() public method

public PlaceHolder_DefineMethod ( ) : void
return void

PlaceHolder_DefineMethodImpl() public method

public PlaceHolder_DefineMethodImpl ( ) : void
return void

PlaceHolder_DefineModuleRef() public method

public PlaceHolder_DefineModuleRef ( ) : void
return void

PlaceHolder_DefineNestedType() public method

public PlaceHolder_DefineNestedType ( ) : void
return void

PlaceHolder_DefineParam() public method

public PlaceHolder_DefineParam ( ) : void
return void

PlaceHolder_DefinePermissionSet() public method

public PlaceHolder_DefinePermissionSet ( ) : void
return void

PlaceHolder_DefinePinvokeMap() public method

public PlaceHolder_DefinePinvokeMap ( ) : void
return void

PlaceHolder_DefineProperty() public method

public PlaceHolder_DefineProperty ( ) : void
return void

PlaceHolder_DefineSecurityAttributeSet() public method

public PlaceHolder_DefineSecurityAttributeSet ( ) : void
return void

PlaceHolder_DefineTypeDef() public method

public PlaceHolder_DefineTypeDef ( ) : void
return void

PlaceHolder_DefineTypeRefByName() public method

public PlaceHolder_DefineTypeRefByName ( ) : void
return void

PlaceHolder_DefineUserString() public method

public PlaceHolder_DefineUserString ( ) : void
return void

PlaceHolder_DeleteClassLayout() public method

public PlaceHolder_DeleteClassLayout ( ) : void
return void

PlaceHolder_DeleteFieldMarshal() public method

public PlaceHolder_DeleteFieldMarshal ( ) : void
return void

PlaceHolder_DeletePinvokeMap() public method

public PlaceHolder_DeletePinvokeMap ( ) : void
return void

PlaceHolder_DeleteToken() public method

public PlaceHolder_DeleteToken ( ) : void
return void

PlaceHolder_EnumCustomAttributes() public method

public PlaceHolder_EnumCustomAttributes ( ) : void
return void

PlaceHolder_EnumEvents() public method

public PlaceHolder_EnumEvents ( ) : void
return void

PlaceHolder_EnumFields() public method

public PlaceHolder_EnumFields ( ) : void
return void

PlaceHolder_EnumFieldsWithName() public method

public PlaceHolder_EnumFieldsWithName ( ) : void
return void

PlaceHolder_EnumInterfaceImpls() public method

public PlaceHolder_EnumInterfaceImpls ( ) : void
return void

PlaceHolder_EnumMemberRefs() public method

public PlaceHolder_EnumMemberRefs ( ) : void
return void

PlaceHolder_EnumMembers() public method

public PlaceHolder_EnumMembers ( ) : void
return void

PlaceHolder_EnumMembersWithName() public method

public PlaceHolder_EnumMembersWithName ( ) : void
return void

PlaceHolder_EnumMethodImpls() public method

public PlaceHolder_EnumMethodImpls ( ) : void
return void

PlaceHolder_EnumMethodSemantics() public method

public PlaceHolder_EnumMethodSemantics ( ) : void
return void

PlaceHolder_EnumMethods() public method

public PlaceHolder_EnumMethods ( ) : void
return void

PlaceHolder_EnumMethodsWithName() public method

public PlaceHolder_EnumMethodsWithName ( ) : void
return void

PlaceHolder_EnumModuleRefs() public method

public PlaceHolder_EnumModuleRefs ( ) : void
return void

PlaceHolder_EnumParams() public method

public PlaceHolder_EnumParams ( ) : void
return void

PlaceHolder_EnumPermissionSets() public method

public PlaceHolder_EnumPermissionSets ( ) : void
return void

PlaceHolder_EnumProperties() public method

public PlaceHolder_EnumProperties ( ) : void
return void

PlaceHolder_EnumSignatures() public method

public PlaceHolder_EnumSignatures ( ) : void
return void

PlaceHolder_EnumTypeDefs() public method

public PlaceHolder_EnumTypeDefs ( ) : void
return void

PlaceHolder_EnumTypeRefs() public method

public PlaceHolder_EnumTypeRefs ( ) : void
return void

PlaceHolder_EnumTypeSpecs() public method

public PlaceHolder_EnumTypeSpecs ( ) : void
return void

PlaceHolder_EnumUnresolvedMethods() public method

public PlaceHolder_EnumUnresolvedMethods ( ) : void
return void

PlaceHolder_EnumUserStrings() public method

public PlaceHolder_EnumUserStrings ( ) : void
return void

PlaceHolder_FindField() public method

public PlaceHolder_FindField ( ) : void
return void

PlaceHolder_FindMember() public method

public PlaceHolder_FindMember ( ) : void
return void

PlaceHolder_FindMemberRef() public method

public PlaceHolder_FindMemberRef ( ) : void
return void

PlaceHolder_FindMethod() public method

public PlaceHolder_FindMethod ( ) : void
return void

PlaceHolder_FindTypeDefByName() public method

public PlaceHolder_FindTypeDefByName ( ) : void
return void

PlaceHolder_FindTypeRef() public method

public PlaceHolder_FindTypeRef ( ) : void
return void

PlaceHolder_GetClassLayout() public method

public PlaceHolder_GetClassLayout ( ) : void
return void

PlaceHolder_GetCustomAttributeByName() public method

public PlaceHolder_GetCustomAttributeByName ( ) : void
return void

PlaceHolder_GetCustomAttributeProps() public method

public PlaceHolder_GetCustomAttributeProps ( ) : void
return void

PlaceHolder_GetEventProps() public method

public PlaceHolder_GetEventProps ( ) : void
return void

PlaceHolder_GetFieldMarshal() public method

public PlaceHolder_GetFieldMarshal ( ) : void
return void

PlaceHolder_GetFieldProps() public method

public PlaceHolder_GetFieldProps ( ) : void
return void

PlaceHolder_GetInterfaceImplProps() public method

public PlaceHolder_GetInterfaceImplProps ( ) : void
return void

PlaceHolder_GetMemberProps() public method

public PlaceHolder_GetMemberProps ( ) : void
return void

PlaceHolder_GetMemberRefProps() public method

public PlaceHolder_GetMemberRefProps ( ) : void
return void

PlaceHolder_GetMethodSemantics() public method

public PlaceHolder_GetMethodSemantics ( ) : void
return void

PlaceHolder_GetModuleFromScope() public method

public PlaceHolder_GetModuleFromScope ( ) : void
return void

PlaceHolder_GetModuleRefProps() public method

public PlaceHolder_GetModuleRefProps ( ) : void
return void

PlaceHolder_GetNameFromToken() public method

public PlaceHolder_GetNameFromToken ( ) : void
return void

PlaceHolder_GetNativeCallConvFromSig() public method

public PlaceHolder_GetNativeCallConvFromSig ( ) : void
return void

PlaceHolder_GetParamForMethodIndex() public method

public PlaceHolder_GetParamForMethodIndex ( ) : void
return void

PlaceHolder_GetParamProps() public method

public PlaceHolder_GetParamProps ( ) : void
return void

PlaceHolder_GetPermissionSetProps() public method

public PlaceHolder_GetPermissionSetProps ( ) : void
return void

PlaceHolder_GetPinvokeMap() public method

public PlaceHolder_GetPinvokeMap ( ) : void
return void

PlaceHolder_GetPropertyProps() public method

public PlaceHolder_GetPropertyProps ( ) : void
return void

PlaceHolder_GetRVA() public method

public PlaceHolder_GetRVA ( ) : void
return void

PlaceHolder_GetSaveSize() public method

public PlaceHolder_GetSaveSize ( ) : void
return void

PlaceHolder_GetScopeProps() public method

public PlaceHolder_GetScopeProps ( ) : void
return void

PlaceHolder_GetSigFromToken() public method

public PlaceHolder_GetSigFromToken ( ) : void
return void

PlaceHolder_GetTokenFromSig() public method

public PlaceHolder_GetTokenFromSig ( ) : void
return void

PlaceHolder_GetTokenFromTypeSpec() public method

public PlaceHolder_GetTokenFromTypeSpec ( ) : void
return void

PlaceHolder_GetTypeRefProps() public method

public PlaceHolder_GetTypeRefProps ( ) : void
return void

PlaceHolder_GetTypeSpecFromToken() public method

public PlaceHolder_GetTypeSpecFromToken ( ) : void
return void

PlaceHolder_GetUserString() public method

public PlaceHolder_GetUserString ( ) : void
return void

PlaceHolder_IsGlobal() public method

public PlaceHolder_IsGlobal ( ) : void
return void

PlaceHolder_IsValidToken() public method

public PlaceHolder_IsValidToken ( ) : void
return void

PlaceHolder_Merge() public method

public PlaceHolder_Merge ( ) : void
return void

PlaceHolder_MergeEnd() public method

public PlaceHolder_MergeEnd ( ) : void
return void

PlaceHolder_ResetEnum() public method

public PlaceHolder_ResetEnum ( ) : void
return void

PlaceHolder_ResolveTypeRef() public method

public PlaceHolder_ResolveTypeRef ( ) : void
return void

PlaceHolder_Save() public method

public PlaceHolder_Save ( ) : void
return void

PlaceHolder_SaveToMemory() public method

public PlaceHolder_SaveToMemory ( ) : void
return void

PlaceHolder_SaveToStream() public method

public PlaceHolder_SaveToStream ( ) : void
return void

PlaceHolder_SetClassLayout() public method

public PlaceHolder_SetClassLayout ( ) : void
return void

PlaceHolder_SetCustomAttributeValue() public method

public PlaceHolder_SetCustomAttributeValue ( ) : void
return void

PlaceHolder_SetEventProps() public method

public PlaceHolder_SetEventProps ( ) : void
return void

PlaceHolder_SetFieldMarshal() public method

public PlaceHolder_SetFieldMarshal ( ) : void
return void

PlaceHolder_SetFieldProps() public method

public PlaceHolder_SetFieldProps ( ) : void
return void

PlaceHolder_SetFieldRVA() public method

public PlaceHolder_SetFieldRVA ( ) : void
return void

PlaceHolder_SetHandler() public method

public PlaceHolder_SetHandler ( ) : void
return void

PlaceHolder_SetMethodImplFlags() public method

public PlaceHolder_SetMethodImplFlags ( ) : void
return void

PlaceHolder_SetMethodProps() public method

public PlaceHolder_SetMethodProps ( ) : void
return void

PlaceHolder_SetModuleProps() public method

public PlaceHolder_SetModuleProps ( ) : void
return void

PlaceHolder_SetParamProps() public method

public PlaceHolder_SetParamProps ( ) : void
return void

PlaceHolder_SetParent() public method

public PlaceHolder_SetParent ( ) : void
return void

PlaceHolder_SetPermissionSetProps() public method

public PlaceHolder_SetPermissionSetProps ( ) : void
return void

PlaceHolder_SetPinvokeMap() public method

public PlaceHolder_SetPinvokeMap ( ) : void
return void

PlaceHolder_SetPropertyProps() public method

public PlaceHolder_SetPropertyProps ( ) : void
return void

PlaceHolder_SetRVA() public method

public PlaceHolder_SetRVA ( ) : void
return void

PlaceHolder_SetTypeDefProps() public method

public PlaceHolder_SetTypeDefProps ( ) : void
return void

PlaceHolder_TranslateSigWithScope() public method

public PlaceHolder_TranslateSigWithScope ( ) : void
return void

RemapToken() public method

public RemapToken ( int oldToken, int newToken ) : void
oldToken int
newToken int
return void

SetMethodSourceRange() public method

public SetMethodSourceRange ( ISymbolDocumentWriter startDoc, int startLine, int startColumn, ISymbolDocumentWriter endDoc, int endLine, int endColumn ) : void
startDoc ISymbolDocumentWriter
startLine int
startColumn int
endDoc ISymbolDocumentWriter
endLine int
endColumn int
return void

SetScopeRange() public method

public SetScopeRange ( int scopeID, int startOffset, int endOffset ) : void
scopeID int
startOffset int
endOffset int
return void

SetSymAttribute() public method

public SetSymAttribute ( SymbolToken parent, string name, byte data ) : void
parent SymbolToken
name string
data byte
return void

SetUnderlyingWriter() public method

public SetUnderlyingWriter ( IntPtr underlyingWriter ) : void
underlyingWriter IntPtr
return void

SetUserEntryPoint() public method

public SetUserEntryPoint ( SymbolToken entryMethod ) : void
entryMethod SymbolToken
return void

UsingNamespace() public method

public UsingNamespace ( string fullName ) : void
fullName string
return void