C# Class Microsoft.CSharp.RuntimeBinder.Semantics.MethodSymbol

Inheritance: MethodOrPropertySymbol
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Свойство Type Description
AssociatedMemberInfo System.Reflection.MemberInfo
isAbstract bool
isExtension bool
isExternal bool
isVarargs bool
isVirtual bool
typeVars TypeArray

Méthodes publiques

Méthode Description
ConvNext ( ) : MethodSymbol
InferenceMustFail ( ) : bool
IsConstructor ( ) : bool
IsDestructor ( ) : bool
IsExtension ( ) : bool
IsNullableConstructor ( ) : bool
MethKind ( ) : MethodKindEnum
SetConvNext ( MethodSymbol conv ) : void
SetEvent ( Microsoft.CSharp.RuntimeBinder.Semantics.EventSymbol evt ) : void
SetMethKind ( MethodKindEnum mk ) : void
SetProperty ( Microsoft.CSharp.RuntimeBinder.Semantics.PropertySymbol prop ) : void
getEvent ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.EventSymbol
getProperty ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.PropertySymbol
isAnyAccessor ( ) : bool
isConversionOperator ( ) : bool
isEventAccessor ( ) : bool
isExplicit ( ) : bool
isImplicit ( ) : bool
isInvoke ( ) : bool
isPropertyAccessor ( ) : bool
isSetAccessor ( ) : bool
isUserCallable ( ) : bool

Method Details

ConvNext() public méthode

public ConvNext ( ) : MethodSymbol
Résultat MethodSymbol

InferenceMustFail() public méthode

public InferenceMustFail ( ) : bool
Résultat bool

IsConstructor() public méthode

public IsConstructor ( ) : bool
Résultat bool

IsDestructor() public méthode

public IsDestructor ( ) : bool
Résultat bool

IsExtension() public méthode

public IsExtension ( ) : bool
Résultat bool

IsNullableConstructor() public méthode

public IsNullableConstructor ( ) : bool
Résultat bool

MethKind() public méthode

public MethKind ( ) : MethodKindEnum
Résultat MethodKindEnum

SetConvNext() public méthode

public SetConvNext ( MethodSymbol conv ) : void
conv MethodSymbol
Résultat void

SetEvent() public méthode

public SetEvent ( Microsoft.CSharp.RuntimeBinder.Semantics.EventSymbol evt ) : void
evt Microsoft.CSharp.RuntimeBinder.Semantics.EventSymbol
Résultat void

SetMethKind() public méthode

public SetMethKind ( MethodKindEnum mk ) : void
mk MethodKindEnum
Résultat void

SetProperty() public méthode

public SetProperty ( Microsoft.CSharp.RuntimeBinder.Semantics.PropertySymbol prop ) : void
prop Microsoft.CSharp.RuntimeBinder.Semantics.PropertySymbol
Résultat void

getEvent() public méthode

public getEvent ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.EventSymbol
Résultat Microsoft.CSharp.RuntimeBinder.Semantics.EventSymbol

getProperty() public méthode

public getProperty ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.PropertySymbol
Résultat Microsoft.CSharp.RuntimeBinder.Semantics.PropertySymbol

isAnyAccessor() public méthode

public isAnyAccessor ( ) : bool
Résultat bool

isConversionOperator() public méthode

public isConversionOperator ( ) : bool
Résultat bool

isEventAccessor() public méthode

public isEventAccessor ( ) : bool
Résultat bool

isExplicit() public méthode

public isExplicit ( ) : bool
Résultat bool

isImplicit() public méthode

public isImplicit ( ) : bool
Résultat bool

isInvoke() public méthode

public isInvoke ( ) : bool
Résultat bool

isPropertyAccessor() public méthode

public isPropertyAccessor ( ) : bool
Résultat bool

isSetAccessor() public méthode

public isSetAccessor ( ) : bool
Résultat bool

isUserCallable() public méthode

public isUserCallable ( ) : bool
Résultat bool

Property Details

AssociatedMemberInfo public_oe property

public MemberInfo,System.Reflection AssociatedMemberInfo
Résultat System.Reflection.MemberInfo

isAbstract public_oe property

public bool isAbstract
Résultat bool

isExtension public_oe property

public bool isExtension
Résultat bool

isExternal public_oe property

public bool isExternal
Résultat bool

isVarargs public_oe property

public bool isVarargs
Résultat bool

isVirtual public_oe property

public bool isVirtual
Résultat bool

typeVars public_oe property

public TypeArray,Microsoft.CSharp.RuntimeBinder.Semantics typeVars
Résultat TypeArray