C# Class System.Reflection.Tests.TypeExtenderFoo

Afficher le fichier Open project: mbrit/WinRTReflectionShim

Méthodes publiques

Свойство Type Description
PublicInstanceField object
PublicStaticField object

Protected Properties

Свойство Type Description
ProtectedInstanceField object
ProtectedStaticField object

Private Properties

Свойство Type Description
FixWarningsNonPublic void
FixWarningsStaticNonPublic void
PrivateInstanceMethod void
PrivateStaticMethod void
Sink void
TypeExtenderFoo System
TypeExtenderFoo System

Méthodes publiques

Méthode Description
FixWarnings ( string a, int b ) : void
FixWarningsStatic ( string a, int b ) : void
PublicInstanceMethod ( ) : void
PublicStaticMethod ( ) : void
TypeExtenderFoo ( ) : System

Méthodes protégées

Méthode Description
ProtectedInstanceMethod ( ) : void
ProtectedStaticMethod ( ) : void
TypeExtenderFoo ( float a ) : System

Private Methods

Méthode Description
FixWarningsNonPublic ( string a, int b, decimal c ) : void
FixWarningsStaticNonPublic ( string a, int b, decimal c ) : void
PrivateInstanceMethod ( ) : void
PrivateStaticMethod ( ) : void
Sink ( object sender, EventArgs e ) : void
TypeExtenderFoo ( double b ) : System
TypeExtenderFoo ( float a, double b, string c ) : System

Method Details

FixWarnings() public méthode

public FixWarnings ( string a, int b ) : void
a string
b int
Résultat void

FixWarningsStatic() public static méthode

public static FixWarningsStatic ( string a, int b ) : void
a string
b int
Résultat void

ProtectedInstanceMethod() protected méthode

protected ProtectedInstanceMethod ( ) : void
Résultat void

ProtectedStaticMethod() protected static méthode

protected static ProtectedStaticMethod ( ) : void
Résultat void

PublicInstanceMethod() public méthode

public PublicInstanceMethod ( ) : void
Résultat void

PublicStaticMethod() public static méthode

public static PublicStaticMethod ( ) : void
Résultat void

TypeExtenderFoo() public méthode

public TypeExtenderFoo ( ) : System
Résultat System

TypeExtenderFoo() protected méthode

protected TypeExtenderFoo ( float a ) : System
a float
Résultat System

Property Details

ProtectedInstanceField protected_oe property

protected object ProtectedInstanceField
Résultat object

ProtectedStaticField protected_oe static_oe property

protected static object ProtectedStaticField
Résultat object

PublicInstanceField public_oe property

public object PublicInstanceField
Résultat object

PublicStaticField public_oe static_oe property

public static object PublicStaticField
Résultat object