Share via


EventSource.EventSourcePrimitive.Implicit 연산자

정의

오버로드

Implicit(Boolean to EventSourcePrimitive)
Implicit(UInt32 to EventSourcePrimitive)
Implicit(UInt16 to EventSourcePrimitive)
Implicit(String to EventSourcePrimitive)
Implicit(Single to EventSourcePrimitive)
Implicit(SByte to EventSourcePrimitive)
Implicit(IntPtr to EventSourcePrimitive)
Implicit(Int64 to EventSourcePrimitive)
Implicit(Int32 to EventSourcePrimitive)
Implicit(Int16 to EventSourcePrimitive)
Implicit(Guid to EventSourcePrimitive)
Implicit(Enum to EventSourcePrimitive)
Implicit(Double to EventSourcePrimitive)
Implicit(Decimal to EventSourcePrimitive)
Implicit(DateTime to EventSourcePrimitive)
Implicit(Char to EventSourcePrimitive)
Implicit(Byte[] to EventSourcePrimitive)
Implicit(Byte to EventSourcePrimitive)
Implicit(UInt64 to EventSourcePrimitive)
Implicit(UIntPtr to EventSourcePrimitive)

Implicit(Boolean to EventSourcePrimitive)

Source:
EventSource.cs
Source:
EventSource.cs
public:
 static operator System::Diagnostics::Tracing::EventSource::EventSourcePrimitive(bool value);
public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive (bool value);
static member op_Implicit : bool -> System.Diagnostics.Tracing.EventSource.EventSourcePrimitive
Public Shared Widening Operator CType (value As Boolean) As EventSource.EventSourcePrimitive

매개 변수

value
Boolean

반환

적용 대상

Implicit(UInt32 to EventSourcePrimitive)

Source:
EventSource.cs
Source:
EventSource.cs

중요

이 API는 CLS 규격이 아닙니다.

public:
 static operator System::Diagnostics::Tracing::EventSource::EventSourcePrimitive(System::UInt32 value);
[System.CLSCompliant(false)]
public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive (uint value);
[<System.CLSCompliant(false)>]
static member op_Implicit : uint32 -> System.Diagnostics.Tracing.EventSource.EventSourcePrimitive
Public Shared Widening Operator CType (value As UInteger) As EventSource.EventSourcePrimitive

매개 변수

value
UInt32

반환

특성

적용 대상

Implicit(UInt16 to EventSourcePrimitive)

Source:
EventSource.cs
Source:
EventSource.cs

중요

이 API는 CLS 규격이 아닙니다.

public:
 static operator System::Diagnostics::Tracing::EventSource::EventSourcePrimitive(System::UInt16 value);
[System.CLSCompliant(false)]
public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive (ushort value);
[<System.CLSCompliant(false)>]
static member op_Implicit : uint16 -> System.Diagnostics.Tracing.EventSource.EventSourcePrimitive
Public Shared Widening Operator CType (value As UShort) As EventSource.EventSourcePrimitive

매개 변수

value
UInt16

반환

특성

적용 대상

Implicit(String to EventSourcePrimitive)

Source:
EventSource.cs
Source:
EventSource.cs
public:
 static operator System::Diagnostics::Tracing::EventSource::EventSourcePrimitive(System::String ^ value);
public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive (string value);
static member op_Implicit : string -> System.Diagnostics.Tracing.EventSource.EventSourcePrimitive
Public Shared Widening Operator CType (value As String) As EventSource.EventSourcePrimitive

매개 변수

value
String

반환

적용 대상

Implicit(Single to EventSourcePrimitive)

Source:
EventSource.cs
Source:
EventSource.cs
public:
 static operator System::Diagnostics::Tracing::EventSource::EventSourcePrimitive(float value);
public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive (float value);
static member op_Implicit : single -> System.Diagnostics.Tracing.EventSource.EventSourcePrimitive
Public Shared Widening Operator CType (value As Single) As EventSource.EventSourcePrimitive

매개 변수

value
Single

반환

적용 대상

Implicit(SByte to EventSourcePrimitive)

Source:
EventSource.cs
Source:
EventSource.cs

중요

이 API는 CLS 규격이 아닙니다.

public:
 static operator System::Diagnostics::Tracing::EventSource::EventSourcePrimitive(System::SByte value);
[System.CLSCompliant(false)]
public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive (sbyte value);
[<System.CLSCompliant(false)>]
static member op_Implicit : sbyte -> System.Diagnostics.Tracing.EventSource.EventSourcePrimitive
Public Shared Widening Operator CType (value As SByte) As EventSource.EventSourcePrimitive

매개 변수

value
SByte

반환

특성

적용 대상

Implicit(IntPtr to EventSourcePrimitive)

Source:
EventSource.cs
Source:
EventSource.cs
public:
 static operator System::Diagnostics::Tracing::EventSource::EventSourcePrimitive(IntPtr value);
public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive (IntPtr value);
static member op_Implicit : nativeint -> System.Diagnostics.Tracing.EventSource.EventSourcePrimitive
Public Shared Widening Operator CType (value As IntPtr) As EventSource.EventSourcePrimitive

매개 변수

value
IntPtr

nativeint

반환

적용 대상

Implicit(Int64 to EventSourcePrimitive)

Source:
EventSource.cs
Source:
EventSource.cs
public:
 static operator System::Diagnostics::Tracing::EventSource::EventSourcePrimitive(long value);
public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive (long value);
static member op_Implicit : int64 -> System.Diagnostics.Tracing.EventSource.EventSourcePrimitive
Public Shared Widening Operator CType (value As Long) As EventSource.EventSourcePrimitive

매개 변수

value
Int64

반환

적용 대상

Implicit(Int32 to EventSourcePrimitive)

Source:
EventSource.cs
Source:
EventSource.cs
public:
 static operator System::Diagnostics::Tracing::EventSource::EventSourcePrimitive(int value);
public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive (int value);
static member op_Implicit : int -> System.Diagnostics.Tracing.EventSource.EventSourcePrimitive
Public Shared Widening Operator CType (value As Integer) As EventSource.EventSourcePrimitive

매개 변수

value
Int32

반환

적용 대상

Implicit(Int16 to EventSourcePrimitive)

Source:
EventSource.cs
Source:
EventSource.cs
public:
 static operator System::Diagnostics::Tracing::EventSource::EventSourcePrimitive(short value);
public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive (short value);
static member op_Implicit : int16 -> System.Diagnostics.Tracing.EventSource.EventSourcePrimitive
Public Shared Widening Operator CType (value As Short) As EventSource.EventSourcePrimitive

매개 변수

value
Int16

반환

적용 대상

Implicit(Guid to EventSourcePrimitive)

Source:
EventSource.cs
Source:
EventSource.cs
public:
 static operator System::Diagnostics::Tracing::EventSource::EventSourcePrimitive(Guid value);
public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive (Guid value);
static member op_Implicit : Guid -> System.Diagnostics.Tracing.EventSource.EventSourcePrimitive
Public Shared Widening Operator CType (value As Guid) As EventSource.EventSourcePrimitive

매개 변수

value
Guid

반환

적용 대상

Implicit(Enum to EventSourcePrimitive)

Source:
EventSource.cs
Source:
EventSource.cs
public:
 static operator System::Diagnostics::Tracing::EventSource::EventSourcePrimitive(Enum ^ value);
public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive (Enum value);
static member op_Implicit : Enum -> System.Diagnostics.Tracing.EventSource.EventSourcePrimitive
Public Shared Widening Operator CType (value As Enum) As EventSource.EventSourcePrimitive

매개 변수

value
Enum

반환

적용 대상

Implicit(Double to EventSourcePrimitive)

Source:
EventSource.cs
Source:
EventSource.cs
public:
 static operator System::Diagnostics::Tracing::EventSource::EventSourcePrimitive(double value);
public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive (double value);
static member op_Implicit : double -> System.Diagnostics.Tracing.EventSource.EventSourcePrimitive
Public Shared Widening Operator CType (value As Double) As EventSource.EventSourcePrimitive

매개 변수

value
Double

반환

적용 대상

Implicit(Decimal to EventSourcePrimitive)

Source:
EventSource.cs
Source:
EventSource.cs
public:
 static operator System::Diagnostics::Tracing::EventSource::EventSourcePrimitive(System::Decimal value);
public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive (decimal value);
static member op_Implicit : decimal -> System.Diagnostics.Tracing.EventSource.EventSourcePrimitive
Public Shared Widening Operator CType (value As Decimal) As EventSource.EventSourcePrimitive

매개 변수

value
Decimal

반환

적용 대상

Implicit(DateTime to EventSourcePrimitive)

Source:
EventSource.cs
Source:
EventSource.cs
public:
 static operator System::Diagnostics::Tracing::EventSource::EventSourcePrimitive(DateTime value);
public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive (DateTime value);
static member op_Implicit : DateTime -> System.Diagnostics.Tracing.EventSource.EventSourcePrimitive
Public Shared Widening Operator CType (value As DateTime) As EventSource.EventSourcePrimitive

매개 변수

value
DateTime

반환

적용 대상

Implicit(Char to EventSourcePrimitive)

Source:
EventSource.cs
Source:
EventSource.cs
public:
 static operator System::Diagnostics::Tracing::EventSource::EventSourcePrimitive(char value);
public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive (char value);
static member op_Implicit : char -> System.Diagnostics.Tracing.EventSource.EventSourcePrimitive
Public Shared Widening Operator CType (value As Char) As EventSource.EventSourcePrimitive

매개 변수

value
Char

반환

적용 대상

Implicit(Byte[] to EventSourcePrimitive)

Source:
EventSource.cs
Source:
EventSource.cs
public:
 static operator System::Diagnostics::Tracing::EventSource::EventSourcePrimitive(cli::array <System::Byte> ^ value);
public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive (byte[] value);
static member op_Implicit : byte[] -> System.Diagnostics.Tracing.EventSource.EventSourcePrimitive
Public Shared Widening Operator CType (value As Byte()) As EventSource.EventSourcePrimitive

매개 변수

value
Byte[]

반환

적용 대상

Implicit(Byte to EventSourcePrimitive)

Source:
EventSource.cs
Source:
EventSource.cs
public:
 static operator System::Diagnostics::Tracing::EventSource::EventSourcePrimitive(System::Byte value);
public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive (byte value);
static member op_Implicit : byte -> System.Diagnostics.Tracing.EventSource.EventSourcePrimitive
Public Shared Widening Operator CType (value As Byte) As EventSource.EventSourcePrimitive

매개 변수

value
Byte

반환

적용 대상

Implicit(UInt64 to EventSourcePrimitive)

Source:
EventSource.cs
Source:
EventSource.cs

중요

이 API는 CLS 규격이 아닙니다.

public:
 static operator System::Diagnostics::Tracing::EventSource::EventSourcePrimitive(System::UInt64 value);
[System.CLSCompliant(false)]
public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive (ulong value);
[<System.CLSCompliant(false)>]
static member op_Implicit : uint64 -> System.Diagnostics.Tracing.EventSource.EventSourcePrimitive
Public Shared Widening Operator CType (value As ULong) As EventSource.EventSourcePrimitive

매개 변수

value
UInt64

반환

특성

적용 대상

Implicit(UIntPtr to EventSourcePrimitive)

Source:
EventSource.cs
Source:
EventSource.cs

중요

이 API는 CLS 규격이 아닙니다.

public:
 static operator System::Diagnostics::Tracing::EventSource::EventSourcePrimitive(UIntPtr value);
[System.CLSCompliant(false)]
public static implicit operator System.Diagnostics.Tracing.EventSource.EventSourcePrimitive (UIntPtr value);
[<System.CLSCompliant(false)>]
static member op_Implicit : unativeint -> System.Diagnostics.Tracing.EventSource.EventSourcePrimitive
Public Shared Widening Operator CType (value As UIntPtr) As EventSource.EventSourcePrimitive

매개 변수

value
UIntPtr

unativeint

반환

특성

적용 대상