ILMethodRef Type
Formal identities of methods.
Instance members
Instance member |
Description
|
Full Usage:
this.ArgCount
Returns: int
|
|
|
|
|
|
|
|
Full Usage:
this.GenericArity
Returns: int
|
|
|
|
Full Usage:
this.Name
Returns: string
|
|
|
|
Static members
Static member |
Description
|
Full Usage:
ILMethodRef.Create(enclosingTypeRef, callingConv, name, genericArity, argTypes, returnType)
Parameters:
ILTypeRef
callingConv : ILCallingConv
name : string
genericArity : int
argTypes : ILTypes
returnType : ILType
Returns: ILMethodRef
|
Functional creation
|