Property | Type | Description | |
---|---|---|---|
RetType | |||
declaration | Microsoft.CSharp.RuntimeBinder.Semantics.AggregateDeclaration | ||
errExpImpl | Microsoft.CSharp.RuntimeBinder.Semantics.ErrorType | ||
isHideByName | bool | ||
isOperator | bool | ||
isOverride | bool | ||
isParamArray | bool | ||
isStatic | bool | ||
modOptCount | uint | ||
swtSlot | |||
useMethInstead | bool |
Method | Description | |
---|---|---|
GetDefaultParameterValue ( int index ) : CONSTVAL | ||
GetDefaultParameterValueConstValType ( int index ) : |
||
GetMarshalAsParameterValue ( int index ) : UnmanagedType | ||
HasDefaultParameterValue ( int index ) : bool | ||
HasOptionalParameters ( ) : bool | ||
IsExpImpl ( ) : bool | ||
IsMarshalAsParameter ( int index ) : bool | ||
IsParameterOptional ( int index ) : bool | ||
MarshalAsObject ( int index ) : bool | ||
MethodOrPropertySymbol ( ) : System.Collections.Generic | ||
SetDefaultParameterValue ( int index, |
||
SetMarshalAsParameter ( int index, UnmanagedType umt ) : void | ||
SetOptionalParameter ( int index ) : void | ||
containingDeclaration ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.AggregateDeclaration | ||
getClass ( ) : |
public GetDefaultParameterValue ( int index ) : CONSTVAL | ||
index | int | |
return | CONSTVAL |
public GetDefaultParameterValueConstValType ( int index ) : |
||
index | int | |
return |
public GetMarshalAsParameterValue ( int index ) : UnmanagedType | ||
index | int | |
return | UnmanagedType |
public HasDefaultParameterValue ( int index ) : bool | ||
index | int | |
return | bool |
public IsMarshalAsParameter ( int index ) : bool | ||
index | int | |
return | bool |
public IsParameterOptional ( int index ) : bool | ||
index | int | |
return | bool |
public MethodOrPropertySymbol ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public SetDefaultParameterValue ( int index, |
||
index | int | |
type | ||
cv | CONSTVAL | |
return | void |
public SetMarshalAsParameter ( int index, UnmanagedType umt ) : void | ||
index | int | |
umt | UnmanagedType | |
return | void |
public SetOptionalParameter ( int index ) : void | ||
index | int | |
return | void |
public containingDeclaration ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.AggregateDeclaration | ||
return | Microsoft.CSharp.RuntimeBinder.Semantics.AggregateDeclaration |
public AggregateDeclaration,Microsoft.CSharp.RuntimeBinder.Semantics declaration | ||
return | Microsoft.CSharp.RuntimeBinder.Semantics.AggregateDeclaration |
public ErrorType,Microsoft.CSharp.RuntimeBinder.Semantics errExpImpl | ||
return | Microsoft.CSharp.RuntimeBinder.Semantics.ErrorType |
public SymWithType,Microsoft.CSharp.RuntimeBinder.Semantics swtSlot | ||
return |