C# Class System.Reflection.Tests.TypeExtenderFoo

Mostra file Open project: mbrit/WinRTReflectionShim

Public Properties

Property Type Description
PublicInstanceField object
PublicStaticField object

Protected Properties

Property Type Description
ProtectedInstanceField object
ProtectedStaticField object

Private Properties

Property Type Description
FixWarningsNonPublic void
FixWarningsStaticNonPublic void
PrivateInstanceMethod void
PrivateStaticMethod void
Sink void
TypeExtenderFoo System
TypeExtenderFoo System

Public Methods

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

Protected Methods

Method Description
ProtectedInstanceMethod ( ) : void
ProtectedStaticMethod ( ) : void
TypeExtenderFoo ( float a ) : System

Private Methods

Method 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 method

public FixWarnings ( string a, int b ) : void
a string
b int
return void

FixWarningsStatic() public static method

public static FixWarningsStatic ( string a, int b ) : void
a string
b int
return void

ProtectedInstanceMethod() protected method

protected ProtectedInstanceMethod ( ) : void
return void

ProtectedStaticMethod() protected static method

protected static ProtectedStaticMethod ( ) : void
return void

PublicInstanceMethod() public method

public PublicInstanceMethod ( ) : void
return void

PublicStaticMethod() public static method

public static PublicStaticMethod ( ) : void
return void

TypeExtenderFoo() public method

public TypeExtenderFoo ( ) : System
return System

TypeExtenderFoo() protected method

protected TypeExtenderFoo ( float a ) : System
a float
return System

Property Details

ProtectedInstanceField protected_oe property

protected object ProtectedInstanceField
return object

ProtectedStaticField protected_oe static_oe property

protected static object ProtectedStaticField
return object

PublicInstanceField public_oe property

public object PublicInstanceField
return object

PublicStaticField public_oe static_oe property

public static object PublicStaticField
return object