Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
NCop
Weaving
FieldWeaver
C# Class NCop.Weaving.FieldWeaver
Inheritance:
IFieldWeaver
ファイルを表示
Open project: sagifogel/NCop
Class Usage Examples
Public Methods
Method
Description
FieldWeaver
(
TypeBuilder
typeBuilder
,
Type
type
,
string
fieldName
= null,
FieldAttributes
fieldAttributes
= null ) :
System
Weave
( ) :
FieldBuilder
Method Details
FieldWeaver()
public
method
public
FieldWeaver
(
TypeBuilder
typeBuilder
,
Type
type
,
string
fieldName
= null,
FieldAttributes
fieldAttributes
= null ) :
System
typeBuilder
System.Reflection.Emit.TypeBuilder
type
System.Type
fieldName
string
fieldAttributes
FieldAttributes
return
System
Weave()
public
method
public
Weave
( ) :
FieldBuilder
return
System.Reflection.Emit.FieldBuilder