C# 클래스 System.Reflection.Tests.TypeExtenderFoo

파일 보기 프로젝트 열기: mbrit/WinRTReflectionShim

공개 프로퍼티들

프로퍼티 타입 설명
PublicInstanceField object
PublicStaticField object

보호된 프로퍼티들

프로퍼티 타입 설명
ProtectedInstanceField object
ProtectedStaticField object

Private Properties

프로퍼티 타입 설명
FixWarningsNonPublic void
FixWarningsStaticNonPublic void
PrivateInstanceMethod void
PrivateStaticMethod void
Sink void
TypeExtenderFoo System
TypeExtenderFoo System

공개 메소드들

메소드 설명
FixWarnings ( string a, int b ) : void
FixWarningsStatic ( string a, int b ) : void
PublicInstanceMethod ( ) : void
PublicStaticMethod ( ) : void
TypeExtenderFoo ( ) : System

보호된 메소드들

메소드 설명
ProtectedInstanceMethod ( ) : void
ProtectedStaticMethod ( ) : void
TypeExtenderFoo ( float a ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

FixWarnings() 공개 메소드

public FixWarnings ( string a, int b ) : void
a string
b int
리턴 void

FixWarningsStatic() 공개 정적인 메소드

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

ProtectedInstanceMethod() 보호된 메소드

protected ProtectedInstanceMethod ( ) : void
리턴 void

ProtectedStaticMethod() 보호된 정적인 메소드

protected static ProtectedStaticMethod ( ) : void
리턴 void

PublicInstanceMethod() 공개 메소드

public PublicInstanceMethod ( ) : void
리턴 void

PublicStaticMethod() 공개 정적인 메소드

public static PublicStaticMethod ( ) : void
리턴 void

TypeExtenderFoo() 공개 메소드

public TypeExtenderFoo ( ) : System
리턴 System

TypeExtenderFoo() 보호된 메소드

protected TypeExtenderFoo ( float a ) : System
a float
리턴 System

프로퍼티 상세

ProtectedInstanceField 보호되어 있는 프로퍼티

protected object ProtectedInstanceField
리턴 object

ProtectedStaticField 보호되어 있는 정적으로 프로퍼티

protected static object ProtectedStaticField
리턴 object

PublicInstanceField 공개적으로 프로퍼티

public object PublicInstanceField
리턴 object

PublicStaticField 공개적으로 정적으로 프로퍼티

public static object PublicStaticField
리턴 object