다음을 통해 공유


CodeTypeConstructor 클래스

정의

클래스의 정적 생성자를 나타냅니다.

public ref class CodeTypeConstructor : System::CodeDom::CodeMemberMethod
public class CodeTypeConstructor : System.CodeDom.CodeMemberMethod
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Serializable]
public class CodeTypeConstructor : System.CodeDom.CodeMemberMethod
type CodeTypeConstructor = class
    inherit CodeMemberMethod
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Serializable>]
type CodeTypeConstructor = class
    inherit CodeMemberMethod
Public Class CodeTypeConstructor
Inherits CodeMemberMethod
상속
특성

예제

다음 예제에서는 를 사용하여 CodeTypeConstructor 형식에 대한 정적 생성자를 선언하는 방법을 보여 줍니다.

// Declares a new type for a static constructor.
CodeTypeDeclaration^ type1 = gcnew CodeTypeDeclaration( "Type1" );

// Declares a static constructor.
CodeTypeConstructor^ constructor2 = gcnew CodeTypeConstructor;

// Adds the static constructor to the type.
type1->Members->Add( constructor2 );

// A C# code generator produces the following source code for the preceeding example code:
//    public class Type1 
//    {
//
//        static Type1() 
//        {
//        }       
//    }
// Declares a new type for a static constructor.
CodeTypeDeclaration type1 = new CodeTypeDeclaration("Type1");
// Declares a static constructor.
CodeTypeConstructor constructor2 = new CodeTypeConstructor();
// Adds the static constructor to the type.
type1.Members.Add( constructor2 );

// A C# code generator produces the following source code for the preceeding example code:

//    public class Type1
//    {
//
//        static Type1()
//        {
//        }
//    }
' Declares a new type for a static constructor.
Dim type1 As New CodeTypeDeclaration("Type1")
' Declares a static constructor.
Dim constructor2 As New CodeTypeConstructor()
' Adds the static constructor to the type.
type1.Members.Add(constructor2)

' A Visual Basic code generator produces the following source code for the preceeding example code:

'   Public Class Type1
'
'       Shared Sub New()            
'       End Sub
'   End Class

설명

CodeTypeConstructor 클래스의 정적 생성자를 나타내는 데 사용할 수 있습니다. 정적 생성자는 형식이 로드될 때 한 번 호출됩니다.

참고

모든 언어가 정적 생성자를 지원하는 것은 아닙니다. 특정 언어에 대한 코드 생성기에서 정적 생성자를 지원하는지 확인하기 위해 플래그를 StaticConstructors 사용하여 를 호출 Supports 하여 정적 생성자에 대한 지원을 확인할 수 있습니다.

생성자

CodeTypeConstructor()

CodeTypeConstructor 클래스의 새 인스턴스를 초기화합니다.

속성

Attributes

멤버의 특성을 가져오거나 설정합니다.

(다음에서 상속됨 CodeTypeMember)
Comments

형식 멤버의 주석 컬렉션을 가져옵니다.

(다음에서 상속됨 CodeTypeMember)
CustomAttributes

멤버의 사용자 지정 특성을 가져오거나 설정합니다.

(다음에서 상속됨 CodeTypeMember)
EndDirectives

멤버의 종료 지시문을 가져옵니다.

(다음에서 상속됨 CodeTypeMember)
ImplementationTypes

메서드가 PrivateImplementationType 속성에서 표시되는 프라이빗 메서드 구현이 아닌 경우 이 메서드에서 구현되는 인터페이스의 데이터 형식을 가져옵니다.

(다음에서 상속됨 CodeMemberMethod)
LinePragma

형식 멤버 문이 있는 줄을 가져오거나 설정합니다.

(다음에서 상속됨 CodeTypeMember)
Name

멤버의 이름을 가져오거나 설정합니다.

(다음에서 상속됨 CodeTypeMember)
Parameters

해당 메서드의 매개 변수 선언을 가져옵니다.

(다음에서 상속됨 CodeMemberMethod)
PrivateImplementationType

이 메서드의 데이터 형식이 프라이빗할 경우 이를 가져오거나 설정하고, 메서드가 있으면 이를 구현합니다.

(다음에서 상속됨 CodeMemberMethod)
ReturnType

메서드 반환 값의 데이터 형식을 가져오거나 설정합니다.

(다음에서 상속됨 CodeMemberMethod)
ReturnTypeCustomAttributes

메서드의 반환 형식에 대한 사용자 지정 특성을 가져옵니다.

(다음에서 상속됨 CodeMemberMethod)
StartDirectives

멤버의 시작 지시문을 가져옵니다.

(다음에서 상속됨 CodeTypeMember)
Statements

메서드의 문을 가져옵니다.

(다음에서 상속됨 CodeMemberMethod)
TypeParameters

현재 제네릭 메서드의 형식 매개 변수를 가져옵니다.

(다음에서 상속됨 CodeMemberMethod)
UserData

현재 개체에 대해 사용자 정의 가능한 데이터를 가져옵니다.

(다음에서 상속됨 CodeObject)

메서드

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

이벤트

PopulateImplementationTypes

ImplementationTypes 컬렉션을 처음 액세스할 때 발생되는 이벤트입니다.

(다음에서 상속됨 CodeMemberMethod)
PopulateParameters

Parameters 컬렉션을 처음 액세스할 때 발생되는 이벤트입니다.

(다음에서 상속됨 CodeMemberMethod)
PopulateStatements

Statements 컬렉션을 처음 액세스할 때 발생되는 이벤트입니다.

(다음에서 상속됨 CodeMemberMethod)

적용 대상

추가 정보