_MethodBase.IsPublic Proprietà
Definizione
public:
property bool IsPublic { bool get(); };
public bool IsPublic { get; }
member this.IsPublic : bool
Public ReadOnly Property IsPublic As Boolean
Valore della proprietà
true
se il metodo è pubblico; in caso contrario false
.true
if this method is public; otherwise, false
.
Commenti
Questa proprietà è per l'accesso alle classi gestite da codice non gestito e non deve essere chiamata dal codice gestito.This property is for access to managed classes from unmanaged code and should not be called from managed code.
La IsPublic proprietà ottiene un valore che indica se il metodo è pubblico.The IsPublic property gets a value indicating whether this method is public.