메소드 | 설명 | |
---|---|---|
AsAsyncMethod ( this method ) : ISymUnmanagedAsyncMethod | ||
GetAsyncStepInfos ( this method ) : IEnumerable |
||
GetAttributes ( this local ) : int | ||
GetCatchHandlerILOffset ( this method ) : int | ||
GetChecksum ( this document ) : byte[] | ||
GetChildren ( this scope ) : ISymUnmanagedScope[] | ||
GetConstants ( this scope ) : ISymUnmanagedConstant[] | ||
GetCustomDebugInfo ( this reader, int methodToken, int methodVersion ) : byte[] |
Get the blob of binary custom debug info for a given method.
|
|
GetDocumentType ( this document ) : System.Guid | ||
GetDocuments ( this reader ) : ISymUnmanagedDocument[] | ||
GetDocumentsForMethod ( this method ) : ISymUnmanagedDocument[] | ||
GetEndOffset ( this scope ) : int | ||
GetHashAlgorithm ( this document ) : System.Guid | ||
GetKickoffMethod ( this method ) : int | ||
GetLanguage ( this document ) : System.Guid | ||
GetLanguageVendor ( this document ) : System.Guid | ||
GetLocals ( this scope ) : ISymUnmanagedVariable[] | ||
GetMethod ( this reader, int methodToken ) : ISymUnmanagedMethod | ||
GetMethodByVersion ( this reader, int methodToken, int methodVersion ) : ISymUnmanagedMethod | ||
GetMethodsInDocument ( this reader, ISymUnmanagedDocument symDocument ) : ISymUnmanagedMethod[] | ||
GetName ( this @namespace ) : string | ||
GetNamespaces ( this scope ) : ISymUnmanagedNamespace[] | ||
GetReaderFromPdbStream ( this binder, Stream stream, IMetadataImportProvider metadataImportProvider ) : ISymUnmanagedReader | ||
GetReaderFromStream ( this binder, Stream stream, object metadataImporter ) : ISymUnmanagedReader | ||
GetRootScope ( this method ) : ISymUnmanagedScope | ||
GetSequencePoints ( this method ) : IEnumerable |
||
GetSignature ( this constant ) : byte[] | ||
GetSlot ( this local ) : int | ||
GetSourceExtentInDocument ( this method, ISymUnmanagedDocument document, int &startLine, int &endLine ) : void | ||
GetStartOffset ( this scope ) : int | ||
GetToken ( this method ) : int | ||
GetUserEntryPoint ( this reader ) : int | ||
GetValue ( this constant ) : object | ||
Initialize ( this reader, Stream stream, object metadataImporter, string fileName = null, string searchPath = null ) : void | ||
UpdateSymbolStore ( this reader, Stream stream, string fileName = null ) : void |
public static AsAsyncMethod ( this method ) : ISymUnmanagedAsyncMethod | ||
method | this | |
리턴 | ISymUnmanagedAsyncMethod |
public static GetAsyncStepInfos ( this method ) : IEnumerable |
||
method | this | |
리턴 | IEnumerable |
public static GetCatchHandlerILOffset ( this method ) : int | ||
method | this | |
리턴 | int |
public static GetChecksum ( this document ) : byte[] | ||
document | this | |
리턴 | byte[] |
public static GetChildren ( this scope ) : ISymUnmanagedScope[] | ||
scope | this | |
리턴 | ISymUnmanagedScope[] |
public static GetConstants ( this scope ) : ISymUnmanagedConstant[] | ||
scope | this | |
리턴 | ISymUnmanagedConstant[] |
public static GetCustomDebugInfo ( this reader, int methodToken, int methodVersion ) : byte[] | ||
reader | this | |
methodToken | int | |
methodVersion | int | |
리턴 | byte[] |
public static GetDocumentType ( this document ) : System.Guid | ||
document | this | |
리턴 | System.Guid |
public static GetDocuments ( this reader ) : ISymUnmanagedDocument[] | ||
reader | this | |
리턴 | ISymUnmanagedDocument[] |
public static GetDocumentsForMethod ( this method ) : ISymUnmanagedDocument[] | ||
method | this | |
리턴 | ISymUnmanagedDocument[] |
public static GetHashAlgorithm ( this document ) : System.Guid | ||
document | this | |
리턴 | System.Guid |
public static GetKickoffMethod ( this method ) : int | ||
method | this | |
리턴 | int |
public static GetLanguage ( this document ) : System.Guid | ||
document | this | |
리턴 | System.Guid |
public static GetLanguageVendor ( this document ) : System.Guid | ||
document | this | |
리턴 | System.Guid |
public static GetLocals ( this scope ) : ISymUnmanagedVariable[] | ||
scope | this | |
리턴 | ISymUnmanagedVariable[] |
public static GetMethod ( this reader, int methodToken ) : ISymUnmanagedMethod | ||
reader | this | |
methodToken | int | |
리턴 | ISymUnmanagedMethod |
public static GetMethodByVersion ( this reader, int methodToken, int methodVersion ) : ISymUnmanagedMethod | ||
reader | this | |
methodToken | int | |
methodVersion | int | |
리턴 | ISymUnmanagedMethod |
public static GetMethodsInDocument ( this reader, ISymUnmanagedDocument symDocument ) : ISymUnmanagedMethod[] | ||
reader | this | |
symDocument | ISymUnmanagedDocument | |
리턴 | ISymUnmanagedMethod[] |
public static GetNamespaces ( this scope ) : ISymUnmanagedNamespace[] | ||
scope | this | |
리턴 | ISymUnmanagedNamespace[] |
public static GetReaderFromPdbStream ( this binder, Stream stream, IMetadataImportProvider metadataImportProvider ) : ISymUnmanagedReader | ||
binder | this | |
stream | Stream | |
metadataImportProvider | IMetadataImportProvider | |
리턴 | ISymUnmanagedReader |
public static GetReaderFromStream ( this binder, Stream stream, object metadataImporter ) : ISymUnmanagedReader | ||
binder | this | |
stream | Stream | |
metadataImporter | object | |
리턴 | ISymUnmanagedReader |
public static GetRootScope ( this method ) : ISymUnmanagedScope | ||
method | this | |
리턴 | ISymUnmanagedScope |
public static GetSequencePoints ( this method ) : IEnumerable |
||
method | this | |
리턴 | IEnumerable |
public static GetSignature ( this constant ) : byte[] | ||
constant | this | |
리턴 | byte[] |
public static GetSourceExtentInDocument ( this method, ISymUnmanagedDocument document, int &startLine, int &endLine ) : void | ||
method | this | |
document | ISymUnmanagedDocument | |
startLine | int | |
endLine | int | |
리턴 | void |
public static GetUserEntryPoint ( this reader ) : int | ||
reader | this | |
리턴 | int |
public static Initialize ( this reader, Stream stream, object metadataImporter, string fileName = null, string searchPath = null ) : void | ||
reader | this | |
stream | Stream | |
metadataImporter | object | |
fileName | string | |
searchPath | string | |
리턴 | void |
public static UpdateSymbolStore ( this reader, Stream stream, string fileName = null ) : void | ||
reader | this | |
stream | Stream | |
fileName | string | |
리턴 | void |