Defines a parameter.
[Visual Basic] Sub DefineParameter( _ ByVal name As String, _ ByVal attributes As ParameterAttributes, _ ByVal sequence As Integer, _ ByVal addrKind As SymAddressKind, _ ByVal addr1 As Integer, _ ByVal addr2 As Integer, _ ByVal addr3 As Integer _ ) [C#] void DefineParameter( string name, ParameterAttributes attributes, int sequence, SymAddressKind addrKind, int addr1, int addr2, int addr3 ); [C++] void DefineParameter( String* name, ParameterAttributes attributes, int sequence, SymAddressKind addrKind, int addr1, int addr2, int addr3 ) = 0; [JScript] function DefineParameter( name : String, attributes : ParameterAttributes, sequence : int, addrKind : SymAddressKind, addr1 : int, addr2 : int, addr3 : int );
ISymbolWriter Interface | ISymbolWriter Members | System.Diagnostics.SymbolStore Namespace