C# Class Mono.NameScope

Inheritance: INativeEventObjectWrapper, IRefContainer
Afficher le fichier Open project: shana/moon Class Usage Examples

Méthodes publiques

Méthode Description
GetKind ( ) : Kind
GetNameScope ( DependencyObject dob ) : NameScope
SetNameScope ( DependencyObject dob, NameScope scope ) : void

Private Methods

Méthode Description
Free ( ) : void
NameScope ( ) : System
NameScope ( IntPtr raw, bool dropRef ) : System

Method Details

GetKind() public méthode

public GetKind ( ) : Kind
Résultat Kind

GetNameScope() public static méthode

public static GetNameScope ( DependencyObject dob ) : NameScope
dob System.Windows.DependencyObject
Résultat NameScope

SetNameScope() public static méthode

public static SetNameScope ( DependencyObject dob, NameScope scope ) : void
dob System.Windows.DependencyObject
scope NameScope
Résultat void