Method | Description | |
---|---|---|
Close ( ) : void | ||
CloseMethod ( ) : void | ||
CloseNamespace ( ) : void | ||
CloseScope ( int endOffset ) : void | ||
DefineDocument ( string url, System.Guid language, System.Guid languageVendor, System.Guid documentType ) : SymDocumentWriter | ||
DefineLocalVariable2 ( string name, VariableAttributes attributes, |
||
DefineParameter ( string name, ParameterAttributes attributes, int sequence, SymAddressKind addrKind, int addr1, int addr2, int addr3 ) : void | ||
DefineSequencePoints ( SymDocumentWriter document, int offsets, int lines, int columns, int endLines, int endColumns ) : void | ||
GetDebugInfo ( ImageDebugDirectory &idd ) : byte[] | ||
Initialize ( object emitter, string filename, bool fFullBuild ) : void | ||
OpenMethod ( |
||
OpenNamespace ( string name ) : void | ||
OpenScope ( int startOffset ) : int | ||
SetUserEntryPoint ( |
||
SymWriter ( ) : System | ||
UsingNamespace ( string fullName ) : void |
Method | Description | |
---|---|---|
CoCreateInstance ( [ rclsid, [ pUnkOuter, [ dwClsContext, [ riid, [ ppv ) : int |
public DefineDocument ( string url, System.Guid language, System.Guid languageVendor, System.Guid documentType ) : SymDocumentWriter | ||
url | string | |
language | System.Guid | |
languageVendor | System.Guid | |
documentType | System.Guid | |
return | SymDocumentWriter |
public DefineLocalVariable2 ( string name, VariableAttributes attributes, |
||
name | string | |
attributes | VariableAttributes | |
sigToken | ||
addrKind | SymAddressKind | |
addr1 | int | |
addr2 | int | |
addr3 | int | |
startOffset | int | |
endOffset | int | |
return | void |
public DefineParameter ( string name, ParameterAttributes attributes, int sequence, SymAddressKind addrKind, int addr1, int addr2, int addr3 ) : void | ||
name | string | |
attributes | ParameterAttributes | |
sequence | int | |
addrKind | SymAddressKind | |
addr1 | int | |
addr2 | int | |
addr3 | int | |
return | void |
public DefineSequencePoints ( SymDocumentWriter document, int offsets, int lines, int columns, int endLines, int endColumns ) : void | ||
document | SymDocumentWriter | |
offsets | int | |
lines | int | |
columns | int | |
endLines | int | |
endColumns | int | |
return | void |
public GetDebugInfo ( ImageDebugDirectory &idd ) : byte[] | ||
idd | ImageDebugDirectory | |
return | byte[] |
public Initialize ( object emitter, string filename, bool fFullBuild ) : void | ||
emitter | object | |
filename | string | |
fFullBuild | bool | |
return | void |
public OpenMethod ( |
||
method | ||
return | void |
public SetUserEntryPoint ( |
||
method | ||
return | void |
public UsingNamespace ( string fullName ) : void | ||
fullName | string | |
return | void |