MarshalUsingAttribute Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
| Name | Description |
|---|---|
| MarshalUsingAttribute() |
Inicializuje novou instanci MarshalUsingAttribute , která poskytuje pouze informace o velikosti. |
| MarshalUsingAttribute(Type) |
Inicializuje novou instanci MarshalUsingAttribute , která poskytuje nativní typ zařazování a volitelně velikost informací. |
MarshalUsingAttribute()
- Zdroj:
- MarshalUsingAttribute.cs
- Zdroj:
- MarshalUsingAttribute.cs
- Zdroj:
- MarshalUsingAttribute.cs
- Zdroj:
- MarshalUsingAttribute.cs
- Zdroj:
- MarshalUsingAttribute.cs
Inicializuje novou instanci MarshalUsingAttribute , která poskytuje pouze informace o velikosti.
public:
MarshalUsingAttribute();
public MarshalUsingAttribute();
Public Sub New ()
Platí pro
MarshalUsingAttribute(Type)
- Zdroj:
- MarshalUsingAttribute.cs
- Zdroj:
- MarshalUsingAttribute.cs
- Zdroj:
- MarshalUsingAttribute.cs
- Zdroj:
- MarshalUsingAttribute.cs
- Zdroj:
- MarshalUsingAttribute.cs
Inicializuje novou instanci MarshalUsingAttribute , která poskytuje nativní typ zařazování a volitelně velikost informací.
public:
MarshalUsingAttribute(Type ^ nativeType);
public MarshalUsingAttribute(Type nativeType);
new System.Runtime.InteropServices.Marshalling.MarshalUsingAttribute : Type -> System.Runtime.InteropServices.Marshalling.MarshalUsingAttribute
Public Sub New (nativeType As Type)
Parametry
- nativeType
- Type
Typ marshalleru použitý k převodu atributového typu ze spravovaného na nativní kód.